diff options
author | levinse <levinse> | 2011-06-03 18:59:04 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-03 18:59:04 +0000 |
commit | 9f42fa8fb7cb27deb5f249ffc3ce334de545c580 (patch) | |
tree | 503bcf2577984bdf602febc6fac1d22bdd86d86d /httemplate/elements | |
parent | 23ceb08c948d848556555840ffde296caebd6df6 (diff) |
new msgcat browse/edit, RT12515
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index fcf2caa0e..f5639a9ef 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -535,7 +535,7 @@ $config_misc{'Advertising sources'} = [ $fsurl.'browse/part_referral.html', 'Whe || $curuser->access_right('Edit global advertising sources'); if ( $curuser->access_right('Configuration') ) { $config_misc{'Virtual fields'} = [ $fsurl.'browse/part_virtual_field.cgi', 'Locally defined fields', ]; - $config_misc{'Message catalog'} = [ $fsurl.'browse/msgcat.cgi', 'Change error messages and other customizable labels for each locale' ]; + $config_misc{'Message catalog'} = [ $fsurl.'browse/msgcat.html', 'Change error messages and other customizable labels for each locale' ]; } $config_misc{'Inventory classes and inventory'} = [ $fsurl.'browse/inventory_class.html', 'Setup inventory classes and stock inventory' ] if $curuser->access_right('Edit inventory') |