diff options
| author | ivan <ivan> | 2011-05-11 16:20:13 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-05-11 16:20:13 +0000 |
| commit | 83053569b3d965924e2e1d4f5b199609ec7c29af (patch) | |
| tree | cf7b145fe37e171045040cf9619e6aab98689cae /httemplate/elements/menu.html | |
| parent | 38eb380a88ea7a130e83b77ff9c51ef6967b707b (diff) | |
i18n, RT#12515
Diffstat (limited to 'httemplate/elements/menu.html')
| -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 947165627..c186aa26a 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -541,7 +541,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{'Error catalog'} = [ $fsurl.'browse/msgcat.cgi', 'Change error messages and other customizable labels' ]; + $config_misc{'Message catalog'} = [ $fsurl.'browse/msgcat.cgi', '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') |
