Bug 11901

Summary: Change old reference to "shelf" to "list"
Product: Koha Reporter: Kyle M Hall <kyle>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: gmcharlt, jonathan.druart, katrin.fischer
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Kyle M Hall 2014-03-06 16:18:16 UTC
When removing items from a list, the message asks “Are you sure you want to remove these records from the shelf?” That is confusing, the names should match so we know what we’re removing them from.
Comment 1 Katrin Fischer 2014-03-06 21:18:46 UTC
Could we avoid using items? That has caused some confusion in translations in the past :)
Comment 2 Jonathan Druart 2015-04-24 10:50:36 UTC
This has been done on bug 12034.
I have found 1 left:

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt
index 00cb335..96adbd3 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt
@@ -1,5 +1,5 @@
-[% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Download shelf</title>
+% INCLUDE 'doc-head-open.inc' %]
+<title>Koha &rsaquo; Download list</title>


But I don't manage to see it displayed.

*** This bug has been marked as a duplicate of bug 12034 ***