Bugzilla – Attachment 48526 Details for
Bug 15674
'Show/hide columns' is not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 15674: Use double-quote instead of simple-quote
PASSED-QA-Bug-15674-Use-double-quote-instead-of-si.patch (text/plain), 1.08 KB, created by
Katrin Fischer
on 2016-03-01 22:58:39 UTC
(
hide
)
Description:
[PASSED QA] Bug 15674: Use double-quote instead of simple-quote
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-03-01 22:58:39 UTC
Size:
1.08 KB
patch
obsolete
>From 4484d41cf84a5faf555843e4ef66d071fe6e559c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 1 Mar 2016 08:36:38 +0000 >Subject: [PATCH] [PASSED QA] Bug 15674: Use double-quote instead of > simple-quote > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >index d228aa3..3fed1bc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc >@@ -26,7 +26,7 @@ function KohaTable(selector, dt_parameters, columns_settings) { > { > extend: 'colvis', > columns: included_ids, >- text: _('Column visibility'), >+ text: _("Column visibility"), > } > ]; > var table = $(selector).dataTable($.extend(true, {}, dataTablesDefaults, dt_parameters)); >-- >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 15674
:
48428
|
48483
|
48487
|
48525
| 48526 |
48726