From 8b5d2fe1d53660cc4f55cd98b7f2652ca894c56e 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] 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' --- koha-tmpl/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.10.4