Bug 9797 - Follow up : use double quotes in javascript translatable strings
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Fri, 22 Mar 2013 10:13:26 +0000 (11:13 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 30 Mar 2013 01:44:05 +0000 (21:44 -0400)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt

index 04ebe76..82c93af 100644 (file)
@@ -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..." );
 
 //]]>
 </script>