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 {
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 => (