Bug 11245: fix typo in modborrowers.tt javascript string
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / modborrowers.tt
index af5040d..1e76757 100644 (file)
@@ -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>';