Skip to content

Commit

Permalink
fixed de locale, version string in trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
thegcat committed Dec 3, 2009
1 parent 3464441 commit a60de7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# German strings go here for Rails i18n
de:
label_doodle_new: "Neues düdle"
label_doodle_plural: "Düdles"
label_doodle_new: "Neues doodle"
label_doodle_plural: "Doodles"
label_add_options: "Optionen hinzufügen"
field_expiry_date: "Expiration date"
field_option: "Option"
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name 'Redmine Doodles plugin'
author 'Felix Schäfer'
description 'Per project doodles'
version '0.1.1'
version 'trunk'

project_module :doodles do
permission :view_doodles, { :doodles => [:index, :show, :new, :create, :update]}
Expand Down

0 comments on commit a60de7c

Please sign in to comment.