From 11d51a06b9dc7911b2e010b1525f0dd5e1dfbda0 Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Fri, 22 Mar 2013 11:13:26 +0100 Subject: [PATCH 2/2] Bug 9797 - Follow up : use double quotes in javascript translatable strings --- koha-tmpl/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 04ebe76..82c93af 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..." ); //]]> -- 1.7.10.4