Project

General

Profile

Actions

Defect #5751

closed

developer role is mispelled

Added by Anonymous almost 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
2010-06-24
Due date:
% Done:

100%

Estimated time:
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


Files

Actions #1

Updated by Holger Just over 13 years ago

The attached patch renames all occurrences of developper to developer.

Actions #2

Updated by Eric Davis over 13 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 h)

I was wondering if developper was the French spelling or something. I'll add this to 1.0.

Actions #3

Updated by Eric Davis over 13 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.

Actions

Also available in: Atom PDF