From ef5712253925ab8f7279c6ce677bd0e8bab0ffc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Mon, 21 Jul 2014 11:03:12 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 12700 - Capitalization: "Close Help Window" in context help To test: - Open help in any page of staff client - In help popup window, see wrong capitalization in button 'Close Help Window' - Close the popup window - Apply patch - Check again: Button now reads "Close help window' Signed-off-by: Bernardo Gonzalez Kriegel Work as described, no koha-qa errors --- .../intranet-tmpl/prog/en/includes/help-bottom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc index f3a9539..b7b72c7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc @@ -1,5 +1,5 @@
-
+
-- 1.7.9.5