From f69ebeef6731c87ec22cea1885bf7e5a9ee91a26 Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Fri, 22 Mar 2013 11:13:26 +0100 Subject: [PATCH] Bug 9797 - Follow up : use double quotes in javascript translatable strings Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov --- .../intranet-tmpl/prog/en/modules/admin/preferences.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt index 04ebe760cf..82c93af464 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -23,9 +23,9 @@ var MSG_CLICK_TO_EXPAND = _("Click to expand this section"); var MSG_CLICK_TO_COLLAPSE = _("Click to collapse this section"); var MSG_INTERNAL_SERVER_ERROR = _( "Internal Server Error, please reload the page" ); - var MSG_SESSION_TIMED_OUT = _( 'You need to log in again, your session has timed out' ); - var MSG_DATA_NOT_SAVED = _( 'Error; your data might not have been saved' ); - var MSG_LOADING = _( 'Loading...' ); + var MSG_SESSION_TIMED_OUT = _( "You need to log in again, your session has timed out" ); + var MSG_DATA_NOT_SAVED = _( "Error; your data might not have been saved" ); + var MSG_LOADING = _( "Loading..." ); //]]> -- 2.39.2