Defect #5751
developer role is mispelled
Status: | Closed | Start date: | 2010-06-24 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 1.0.0 (RC) | |||
Resolution: | Fixed | Affected version: |
Description
in lib/redmine/default_data/loader.rb and all config/locales/ files default_role_developper variable is mispelled
examples:
lib/redmine/default_data/loader.rb
developper = Role.create! :name => l(:default_role_developper)
config/locales/en.yml
default_role_developper: Developer
for clarity purposes developper should be correctly spelled as developer
redmine version: latest trunk r3813
Associated revisions
Rename code and locale typo: Developper. #5751
Contributed by Holger Just
History
#1
Updated by Holger Just about 12 years ago
- File 0001_rename_developper_to_developer.diff
added
The attached patch renames all occurrences of developper
to developer
.
#2
Updated by Eric Davis about 12 years ago
- Status changed from New to 7
- Assignee set to Eric Davis
- Target version set to 1.0.0 (RC)
- Estimated time deleted (
0.10)
I was wondering if developper was the French spelling or something. I'll add this to 1.0.
#3
Updated by Eric Davis about 12 years ago
- Status changed from 7 to Closed
- % Done changed from 0 to 100
- Resolution set to Fixed
Committed in r3820. Thanks for the patch.