Skip to content

Commit 8b3306f

Browse files
committed
update going back to standard translation function
1 parent 133668c commit 8b3306f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ public static function getSettings(GenericEvent $event)
110110
* @var \MyAdmin\Settings $settings
111111
**/
112112
$settings = $event->getSubject();
113-
$settings->add_dropdown_setting(self::$module, __('General'), 'outofstock_ssl', __('Out Of Stock Ssl'), __('Enable/Disable Sales Of This Type'), $settings->get_setting('OUTOFSTOCK_SSL'), ['0', '1'], ['No', 'Yes']);
113+
$settings->add_dropdown_setting(self::$module, _('General'), 'outofstock_ssl', _('Out Of Stock Ssl'), _('Enable/Disable Sales Of This Type'), $settings->get_setting('OUTOFSTOCK_SSL'), ['0', '1'], ['No', 'Yes']);
114114
}
115115
}

0 commit comments

Comments
 (0)