From f85175a5ca6d911e29a0e693aab576933750eb54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Wed, 30 Jul 2014 09:12:44 +0200 Subject: [PATCH] Bug 12749 - Better translatability for list module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch changes wording of explanations in list module to make them better translatable. Additionally, it removes explanation for "Open list" from help screen, because this choice is not available. To test: Go to Home › Lists › Public lists › Create new list Verify that the text changed to "Private list:..." rsp. "Public list:..." in right part of screen and on help screen. Signed-off-by: Chris Cormack --- .../prog/en/modules/help/virtualshelves/shelves.tt | 12 +++++------- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt index 822566a..631f79c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/virtualshelves/shelves.tt @@ -11,9 +11,8 @@
  • You can also choose how to sort the list
  • Finally there are three types of lists you can choose from
      -
    • A private list is managed by you and can be seen only by you
    • -
    • A public list can be seen by everybody, but managed only by you
    • -
    • A open list can be seen and managed by everybody
    • +
    • Private list: Is managed by you and can be seen only by you
    • +
    • Public list: Can be seen by everybody, but managed only by you
  • @@ -26,9 +25,8 @@ @@ -69,4 +67,4 @@

    See the full documentation for Lists in the manual (online).

    -[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file +[% INCLUDE 'help-bottom.inc' %] 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 95505e8..b4e932c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -505,8 +505,8 @@ function placeHold () {
      -
    • A Private list is managed by you and can be seen only by you.
    • -
    • A Public list can be seen by everybody, but managed only by you.
    • +
    • Private list: Is managed by you and can be seen only by you.
    • +
    • Public list: Can be seen by everybody, but managed only by you.
    • The owner of a list is always allowed to add entries, but needs permission to remove.
    -- 1.9.1