Fix i18n namespace typos in the EMS

This commit is contained in:
Colin Kuskie 2010-03-23 11:08:57 -07:00
parent d32a380943
commit c2fac1e865

View file

@ -93,7 +93,7 @@ property badgeInstructions => (
); );
sub _badgeInstructions_builder { sub _badgeInstructions_builder {
my $session = shift->session; 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'); return $i18n->get('default badge instructions');
} }
property ticketInstructions => ( property ticketInstructions => (
@ -106,7 +106,7 @@ property ticketInstructions => (
); );
sub _ticketInstructions_builder { sub _ticketInstructions_builder {
my $session = shift->session; 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'); return $i18n->get('default ticket instructions');
} }
property ribbonInstructions => ( property ribbonInstructions => (
@ -119,7 +119,7 @@ property ribbonInstructions => (
); );
sub _ribbonInstructions_builder { sub _ribbonInstructions_builder {
my $session = shift->session; 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'); return $i18n->get('default ribbon instructions');
} }
property tokenInstructions => ( property tokenInstructions => (
@ -132,7 +132,7 @@ property tokenInstructions => (
); );
sub _tokenInstructions_builder { sub _tokenInstructions_builder {
my $session = shift->session; 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'); return $i18n->get('default token instructions');
} }
property registrationStaffGroupId => ( property registrationStaffGroupId => (