Bugzilla – Attachment 16753 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]
[SIGNED-OFF] Bug 9797 - Follow up : use double quotes in javascript translatable strings
0002-Bug-9797-Follow-up-use-double-quotes-in-javascript-t.patch (text/plain), 1.37 KB, created by
Fridolin Somers
on 2013-03-22 10:37:11 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9797 - Follow up : use double quotes in javascript translatable strings
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2013-03-22 10:37:11 UTC
Size:
1.37 KB
patch
obsolete
>From 11d51a06b9dc7911b2e010b1525f0dd5e1dfbda0 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 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..." ); > > //]]> > </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