View Issue Details

IDProjectCategoryView StatusLast Update
0004802mantisbtlocalizationpublic2004-11-06 05:59
Reportersogabe Assigned Tomasc  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Fixed in Version0.19.1 
Summary0004802: In adm_permissions_report.php line199, "lang_get" is not used.
Description

I've tlanslated adm_permission_report.php into japanese.
"lang_get()" is not used to "OTHERS" in line 199.

line 199: echo get_section_begin( 'OTHERS' );

so, can't translate "OTHERS" into japanese.

Please change to

echo get_section_begin( lang_get('OTHERS') );

Thank you.

TagsNo tags attached.

Activities

sogabe

sogabe

2004-11-01 20:08

reporter   ~0008220

Last edited: 2004-11-01 20:36

Sorry, change to
echo get_section_begin( lang_get('others') );

edited on: 11-01-04 20:36

masc

masc

2004-11-02 13:47

reporter   ~0008228

Fixed in CVS