From bae37b0a72079f6e29bbd4ee7ead96eaee90acd4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Wed, 30 Jul 2014 09:12:44 +0200 Subject: [PATCH] Bug 12749 - Better translatability for list module 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 Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/help/virtualshelves/shelves.tt | 12 +++++------- .../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 822566a2be..631f79c96e 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 @@
    • Name the list and choose what type of list this is
        -
      • 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
    @@ -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 95505e8444..b4e932cf83 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.
    -- 2.20.1