Bugzilla – Attachment 16991 Details for
Bug 9797
Untranslatable strings have returned to ajax.js
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9797 - Follow up : use double quotes in javascript translatable strings
Bug-9797---Follow-up--use-double-quotes-in-javascr.patch (text/plain), 1.43 KB, created by
Jonathan Druart
on 2013-03-28 16:35:10 UTC
(
hide
)
Description:
Bug 9797 - Follow up : use double quotes in javascript translatable strings
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-03-28 16:35:10 UTC
Size:
1.43 KB
patch
obsolete
>From a7fe4d9ff8e161d8a97a74cf48ce9907a335f9c6 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >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 <jonathan.druart@biblibre.com> >--- > 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..." ); > > //]]> > </script> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9797
:
16055
|
16275
|
16278
|
16747
|
16752
|
16753
|
16990
| 16991