Bug 11901 - Change old reference to "shelf" to "list"
Summary: Change old reference to "shelf" to "list"
Status: RESOLVED DUPLICATE of bug 12034
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-06 16:18 UTC by Kyle M Hall
Modified: 2015-04-24 10:50 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***