Feature #1216
Version deletion error translation
| Status : | New | Start : | 2008-05-09 | |
| Priority : | Low | Due date : | ||
| Assigned to : | - | % Done : | 0% |
|
| Category : | Translations | |||
| Target version : | - | |||
| Resolution : |
Description
Could "Unable to delete version" error message be added to translations. This text comes when trying to delete version that contains issues.
History
2008-05-12 14:51 - Thomas Lecavelier
Should be a defect, since it's not i18n.
/var/redmine/app% grep -nr 'Unable to delete version' * controllers/.svn/text-base/versions_controller.rb.svn-base:37: flash[:error] = "Unable to delete version" controllers/versions_controller.rb:37: flash[:error] = "Unable to delete version"
Only one occurence in the app: version_controller.rb:37.