From cd9812c928c42637c36d3e33c37e51e6f6c1de4f Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 23 Apr 2012 11:41:31 +0200 Subject: [PATCH] Bug 7979 tiny follow-up for translatability (string freeze) A few tiny string changes have been introduced, that I revert with this patch as we're string freeze * Advanced search had been changed to Advanced Search (useless capital S). this is a mistake, I've reverted * same thing for Koha administration * the suggestions/comment/tags links have had a and : added, the translator tool consider them as being changed. Switching back to the previous display. The suggestion/comment/tags change can probably be reintroduced later --- .../prog/en/modules/intranet-main.tt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt index b88433578f..0e9aed6980 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -33,7 +33,7 @@ [% IF ( CAN_user_catalogue ) %]
  • - Advanced Search + Advanced search
  • [% END %] @@ -80,7 +80,7 @@ [% IF ( CAN_user_parameters ) %]
  • - Koha Administration + Koha administration
  • [% END %] @@ -104,22 +104,22 @@
    [% IF ( CAN_user_acquisition && pendingsuggestions ) %] [% END %] [% IF ( CAN_user_tools_moderate_comments && pendingcomments ) %] [% END %] [% IF ( CAN_user_tools_moderate_tags && pendingtags ) %] [% END %]
    -- 2.20.1