Bug 15208: Followup to reorder words

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>
This commit is contained in:
Bernardo Gonzalez Kriegel 2015-11-18 10:44:03 -03:00 committed by Tomas Cohen Arazi
parent d7b1ce4bdd
commit 40f7fb417d
2 changed files with 2 additions and 2 deletions

View 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' %]

View file

@ -143,7 +143,7 @@
[% 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 %]