Bug 15674: Use double-quote instead of simple-quote
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 1 Mar 2016 08:36:38 +0000 (08:36 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 2 Mar 2016 00:58:13 +0000 (00:58 +0000)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc

index d228aa3..3fed1bc 100644 (file)
@@ -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));