Fix an i18n namespacing issue in the Navigation.

This commit is contained in:
Colin Kuskie 2011-12-06 13:50:52 -08:00
parent 745b5d1aef
commit f0b59bc52d

View file

@ -102,7 +102,7 @@ Manually build the edit form due to javascript elements.
override getEditForm => sub {
my $self = shift;
my $fb = super();
my $i18n = WebGUI::International->new($self->session, "Navigation");
my $i18n = WebGUI::International->new($self->session, "Asset_Navigation");
my ( $descendantsChecked, $ancestorsChecked, $selfChecked, $pedigreeChecked, $siblingsChecked );
my @assetsToInclude = split( "\n", $self->assetsToInclude );
my $afterScript;