View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007855 | mantisbt | localization | public | 2007-03-26 07:56 | 2007-10-04 01:37 |
Reporter | ikutluay | Assigned To | vboctor | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 1.1.0rc1 | Fixed in Version | 1.1.0rc1 | ||
Summary | 0007855: Priority colum header String not taken from strings file | ||||
Description | It direcly hardcoded.. $s_p = 'xxxxxx'; it doesnt affect. when i have change the columns_api file for print_column_title_priority value. it works. I think it doesnt get the word from language files... | ||||
Steps To Reproduce | nothing. | ||||
Tags | No tags attached. | ||||
In core/columns_api.php: function print_column_title_priority() Replace: With: |
|
Fixed. The localized string name is 'priority_abbreviation'. |
|