From 348c7d734ad48d8991ae33e3328a1f763b0ceac2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 21 Nov 2015 21:06:31 -0500 Subject: [PATCH] Fix incorrect message calling Signed-off-by: Marc Delisle --- js/messages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/messages.php b/js/messages.php index 8cbfc70644..a99d598bc1 100644 --- a/js/messages.php +++ b/js/messages.php @@ -294,8 +294,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…');