From b2bd74469d6e283cb90cf5f1b0392e021e7faeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 10 Aug 2011 13:56:11 +0200 Subject: [PATCH] Wrap long line --- js/messages.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/js/messages.php b/js/messages.php index 54d1fe5a47..a63184043f 100644 --- a/js/messages.php +++ b/js/messages.php @@ -293,9 +293,15 @@ echo "if ($.datepicker) {\n"; /* l10n: Display text for calendar close link */ PMA_printJsValue("$.datepicker.regional['']['closeText']", __('Done')); /* l10n: Display text for previous month link in calendar */ -PMA_printJsValue("$.datepicker.regional['']['prevText']", _pgettext('Previous month', 'Prev')); +PMA_printJsValue( + "$.datepicker.regional['']['prevText']", + _pgettext('Previous month', 'Prev') +); /* l10n: Display text for next month link in calendar */ -PMA_printJsValue("$.datepicker.regional['']['nextText']", _pgettext('Next month', 'Next')); +PMA_printJsValue( + "$.datepicker.regional['']['nextText']", + _pgettext('Next month', 'Next') +); /* l10n: Display text for current month link in calendar */ PMA_printJsValue("$.datepicker.regional['']['currentText']", __('Today')); PMA_printJsValue("$.datepicker.regional['']['monthNames']",