View Issue Details

IDProjectCategoryView StatusLast Update
0012500mantisbtlocalizationpublic2010-12-17 04:40
Reporterbodowenzel Assigned Tosiebrand  
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.3 
Fixed in Version1.2.4 
Summary0012500: Missing localization in extended project browser
Description

The extended project browser shows the constant string "--- All Projects ---" for the subproject if all projects are chosen as main.

Additional Information

core/print_api.php, line 546 is:

echo "\t\t" . 'spInput.options[0] = new Option(\'--- All Projects ---\', \'' . ALL_PROJECTS . '\');' . "\n";

but should be:

echo "\t\t" . 'spInput.options[0] = new Option(\'' . lang_get( 'all_projects' ) . '\', \'' . ALL_PROJECTS . '\');' . "\n";
TagsNo tags attached.

Activities

siebrand

siebrand

2010-11-01 06:29

reporter   ~0027204

Fixed in commit c5f8c3b9a70cc93504d8e720665768e2e91ccecc. Still has to be pushed. Can't do that from where I am now.

Related Changesets

MantisBT: master-1.2.x 0757e95c

2010-11-01 06:28

siebrand


Details Diff
Fix 0012500: Missing localization in extended project browser. Affected Issues
0012500
mod - core/print_api.php Diff File