From c20ed3e970f5d87dfcb24149d5b47bbc2ab1bc52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 24 Feb 2014 09:59:42 +0100 Subject: [PATCH] Place comment for translators in a place where gettext finds it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- js/messages.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/messages.php b/js/messages.php index 7222f9ee34..917d6dbf7a 100644 --- a/js/messages.php +++ b/js/messages.php @@ -525,11 +525,10 @@ PMA_printJsValue( /* l10n: Column header for week of the year in calendar */ PMA_printJsValue("$.datepicker.regional['']['weekHeader']", __('Wk')); -/* l10n: Month-year order for calendar, use either "calendar-month-year" - * or "calendar-year-month". - */ PMA_printJsValue( "$.datepicker.regional['']['showMonthAfterYear']", + /* l10n: Month-year order for calendar, use either "calendar-month-year" + * or "calendar-year-month". */ (__('calendar-month-year') == 'calendar-year-month') ); /* l10n: Year suffix for calendar, "none" is empty. */