diff --git a/js/messages.php b/js/messages.php index c95608ded8..1c54a44cd9 100644 --- a/js/messages.php +++ b/js/messages.php @@ -347,8 +347,8 @@ $js_messages['strGo'] = __('Go'); $js_messages['strCancel'] = __('Cancel'); /* For page-related settings */ -$js_messages['strPageSettings'] = _('Page-related settings'); -$js_messages['strApply'] = _('Apply'); +$js_messages['strPageSettings'] = __('Page-related settings'); +$js_messages['strApply'] = __('Apply'); /* For Ajax Notifications */ $js_messages['strLoading'] = __('Loading…');