From c2fac1e865d5029c4fc588fde6f0de03a379334e Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 23 Mar 2010 11:08:57 -0700 Subject: [PATCH] Fix i18n namespace typos in the EMS --- lib/WebGUI/Asset/Wobject/EventManagementSystem.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index 4fe57017b..fe80a9b80 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -93,7 +93,7 @@ property badgeInstructions => ( ); sub _badgeInstructions_builder { my $session = shift->session; - my $i18n = WebGUI::International->new($session, 'Asset_EventMangementSystem'); + my $i18n = WebGUI::International->new($session, 'Asset_EventManagementSystem'); return $i18n->get('default badge instructions'); } property ticketInstructions => ( @@ -106,7 +106,7 @@ property ticketInstructions => ( ); sub _ticketInstructions_builder { my $session = shift->session; - my $i18n = WebGUI::International->new($session, 'Asset_EventMangementSystem'); + my $i18n = WebGUI::International->new($session, 'Asset_EventManagementSystem'); return $i18n->get('default ticket instructions'); } property ribbonInstructions => ( @@ -119,7 +119,7 @@ property ribbonInstructions => ( ); sub _ribbonInstructions_builder { my $session = shift->session; - my $i18n = WebGUI::International->new($session, 'Asset_EventMangementSystem'); + my $i18n = WebGUI::International->new($session, 'Asset_EventManagementSystem'); return $i18n->get('default ribbon instructions'); } property tokenInstructions => ( @@ -132,7 +132,7 @@ property tokenInstructions => ( ); sub _tokenInstructions_builder { my $session = shift->session; - my $i18n = WebGUI::International->new($session, 'Asset_EventMangementSystem'); + my $i18n = WebGUI::International->new($session, 'Asset_EventManagementSystem'); return $i18n->get('default token instructions'); } property registrationStaffGroupId => (