View Issue Details

IDProjectCategoryView StatusLast Update
0009431mantisbtlocalizationpublic2008-10-18 18:32
ReporterGESHH Assigned Tothraxisp  
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.2 
Target Version1.1.3Fixed in Version1.1.3 
Summary0009431: no localization for usage of open, resolved, closed in bug_graph_bystatus.php
Description

The texts for the summary states of open, resolved, and closed in ug_graph_bystatus.php are not part of the language files:
<snip>
echo '<th>' . lang_get_defaulted('open') . '</th>';
echo '<th>' . lang_get_defaulted('resolved') . '</th>';
echo '<th>' . lang_get_defaulted('closed') . '</th>';
</snip>

TagsNo tags attached.