Bug 15208: Followup to reorder words
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Wed, 18 Nov 2015 13:44:03 +0000 (10:44 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 19 Nov 2015 16:03:27 +0000 (13:03 -0300)
It think it's better to put the shelf name first

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt

index fac9ede..b0bdabc 100644 (file)
@@ -354,7 +354,7 @@ function placeHold () {
         [% CASE 'no_biblio_removed' %]
             <span>No biblio has been removed.</span>
         [% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %]
-            <span>An error occurred when inserting this list. The name already [% shelfname %] exists.</span>
+            <span>An error occurred when inserting this list. The name [% shelfname %] already exists.</span>
         [% CASE 'Koha::Exceptions::Virtualshelves::UseDbAdminAccount' %]
             <span>List could not be created. (Do not use the database administrator account.)</span>
         [% CASE 'DBIx::Class::Exception' %]
index ae628fa..3c96dde 100644 (file)
                     [% CASE 'no_biblio_removed' %]
                         <span>No biblio has been removed.</span>
                     [% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %]
-                        <span>An error occurred when inserting this list. The name already [% shelfname %] exists.</span>
+                        <span>An error occurred when inserting this list. The name [% shelfname %] already exists.</span>
                     [% CASE 'DBIx::Class::Exception' %]
                         [% m.msg %]
                     [% CASE %]