Actions
Defect #3167
closedIncorrect labels/translations
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2009-04-14
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Today I came around two errors related to the implementation of Rail i18n:
- In source:trunk/app/views/issues/destroy.rhtml#L1 the incorrect label
:confirmation
is used instead of the correct:label_confirmation
. - In source:trunk/config/locales/en.yml#L753 the following incorrect ("un-enumerated") translation is used:
text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ?
The%0.2f
is rendered as plain text in the view instead of being enumerated to the correct, rounded value. I tried to fix it myself but couldn't get it done... ;)
Related issues
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Actions