From 6a60642a9dbe3103854dc1edfe68a4765e3c03f8 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Tue, 17 Jan 2012 20:28:55 -0500 Subject: [PATCH] Bug 7203: Fixes typo - 'Mange' to 'Manage' in several files. Found 3 instances of the typo while looking for the typo reference in Bug 7203. Fixed labels/label-edit-batch.tt, labels/label-edit-layout.tt, and patroncards/edit-layout.tt. Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain --- .../intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt | 2 +- .../intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt | 2 +- .../intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt index 5a6b09e672..9a1708ef26 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt @@ -27,7 +27,7 @@ HomeToolsLabels Home › - Mange Label Batches › + Manage Label Batches › Manage Batch Number [% batch_id %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt index 4610acaa78..cd799a854b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt @@ -26,7 +26,7 @@ HomeToolsLabels Home › - Mange Label Layouts › + Manage Label Layouts › [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label Layout
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt index c40551d0c9..b8b094280d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt @@ -140,7 +140,7 @@ HomeToolsPatron Card Creator › - Mange Patron Card Layouts › + Manage Patron Card Layouts › [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Patron Card Layout
-- 2.20.1