Bugzilla – Attachment 22909 Details for
Bug 11245
typo in modborrowers.tt javascript string
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11245 - typo in modborrowers.tt javascript string
0001-Bug-11245-typo-in-modborrowers.tt-javascript-string.patch (text/plain), 1.44 KB, created by
Fridolin Somers
on 2013-11-13 15:30:53 UTC
(
hide
)
Description:
Bug 11245 - typo in modborrowers.tt javascript string
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2013-11-13 15:30:53 UTC
Size:
1.44 KB
patch
obsolete
>From 17150f2dc604c1ce5b11d69fa31d202a259d18a6 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Wed, 13 Nov 2013 16:29:40 +0100 >Subject: [PATCH] Bug 11245 - typo in modborrowers.tt javascript string > >In modborrowers.tt, Bug 8986 made the javascript strings translatable : > _("This attribute will be only applied to the patron\'s category") >In this case, the backslash is useless. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >index af5040d..1e76757 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >@@ -64,7 +64,7 @@ > var information_category_node = $(select_attr).parent().parent().find('span.information_category'); > information_category_node.html(""); > if ( category.length > 0 ) { >- information_category_node.html(_("This attribute will be only applied to the patron\'s category") +' "' + category + '"'); >+ information_category_node.html(_("This attribute will be only applied to the patron's category") +' "' + category + '"'); > } > if ( type == 'select' ) { > var options = '<option value = ""></option>'; >-- >1.8.3.2 >
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 11245
:
22909
|
22938
|
22939
|
23069