Bugzilla – Attachment 36905 Details for
Bug 13768
in quotes.tt line 14 the use of \" break the translation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13768: Correction of double quotes escaped into double quotes
PASSED-QA-Bug-13768-Correction-of-double-quotes-es.patch (text/plain), 1.96 KB, created by
Katrin Fischer
on 2015-03-15 23:02:09 UTC
(
hide
)
Description:
[PASSED QA] Bug 13768: Correction of double quotes escaped into double quotes
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-03-15 23:02:09 UTC
Size:
1.96 KB
patch
obsolete
>From 6d4190ea653e2e4d84e27e4e5599f87e66e1b7fb Mon Sep 17 00:00:00 2001 >From: Christophe Croullebois <christophe.croullebois@biblibre.com> >Date: Tue, 10 Mar 2015 10:29:15 +0100 >Subject: [PATCH] [PASSED QA] Bug 13768: Correction of double quotes escaped > into double quotes > >Without the patch the translated pages for quotes.tt may have the problematic line broken. >So the js is broken too. The line with bad usage of double quotes escaped : >var sEmptyTable = _("No quotes available. Please use the \"Add quote\" button to add a quote."); > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >diff on staff PO file > >-msgid "" >-"No quotes available. Please use the \\\"Add quote\\\" button to add a quote." >+#, fuzzy >+msgid "No quotes available. Please use the 'Add quote' button to add a quote." > >No koha-qa errors > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >index 25aceaa..8ae34ec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >@@ -11,7 +11,7 @@ > var MSG_ID_HELP = _("Click on the quote's id to select or deselect the quote. Multiple quotes may be selected."); > > var oTable; /* oTable needs to be global */ >- var sEmptyTable = _("No quotes available. Please use the \"Add quote\" button to add a quote."); /* override the default message in datatables-strings.inc */ >+ var sEmptyTable = _("No quotes available. Please use the 'Add quote' button to add a quote."); /* override the default message in datatables-strings.inc */ > $(document).ready(function() { > /* NOTE: This is an ajax-source datatable and *not* a server-side sourced datatable. */ > /* See the datatable docs if you don't understand this difference. */ >-- >1.9.1
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 13768
:
36766
|
36770
| 36905