From 2ecb23e8e6e84f1b3b3042f991f7be09c2d136db 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. Content-Type: text/plain; charset="UTF-8" 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 --- .../prog/en/modules/labels/label-edit-batch.tt | 2 +- .../prog/en/modules/labels/label-edit-layout.tt | 2 +- .../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 5a6b09e..9a1708e 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 4610aca..cd799a8 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 c40551d..b8b0942 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
-- 1.7.2.5