Bugzilla – Attachment 44969 Details for
Bug 15208
Ease translation for shelves messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 15208: Followup to reorder words
PASSED-QA-Bug-15208-Followup-to-reorder-words.patch (text/plain), 2.40 KB, created by
Katrin Fischer
on 2015-11-18 21:34:16 UTC
(
hide
)
Description:
[PASSED QA] Bug 15208: Followup to reorder words
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-11-18 21:34:16 UTC
Size:
2.40 KB
patch
obsolete
>From e08e2b48e8a67cdcd72b1d15bd753f3fe92c28f9 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Wed, 18 Nov 2015 10:44:03 -0300 >Subject: [PATCH] [PASSED QA] 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> >--- > 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' %] > <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' %] >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' %] > <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 %] >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15208
:
44956
|
44957
|
44961
|
44962
|
44968
| 44969