From da8a988b8e799fcfc8a3821876477b115f39d422 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Wed, 18 Nov 2015 10:44:03 -0300 Subject: [PATCH] [SIGNED-OFF] Bug 15208: Followup to reorder words It think it's better to put the shelf name first Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index fac9ede..b0bdabc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -354,7 +354,7 @@ function placeHold () { [% CASE 'no_biblio_removed' %] No biblio has been removed. [% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %] - An error occurred when inserting this list. The name already [% shelfname %] exists. + An error occurred when inserting this list. The name [% shelfname %] already exists. [% CASE 'Koha::Exceptions::Virtualshelves::UseDbAdminAccount' %] List could not be created. (Do not use the database administrator account.) [% CASE 'DBIx::Class::Exception' %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt index ae628fa..3c96dde 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -143,7 +143,7 @@ [% CASE 'no_biblio_removed' %] No biblio has been removed. [% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %] - An error occurred when inserting this list. The name already [% shelfname %] exists. + An error occurred when inserting this list. The name [% shelfname %] already exists. [% CASE 'DBIx::Class::Exception' %] [% m.msg %] [% CASE %] -- 1.7.10.4