diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-27 18:43:18 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-27 18:43:18 +0000 |
commit | a6b6dc60f44f3d1cb28cbcb037c647f33c7e834b (patch) | |
tree | d00588f3642476521444f88feaa5385336d1142d /vendor | |
parent | 9b1efcfaab0eaea32f48b87a6b18c0e0f3a1a4f6 (diff) | |
download | redmine-a6b6dc60f44f3d1cb28cbcb037c647f33c7e834b.tar.gz redmine-a6b6dc60f44f3d1cb28cbcb037c647f33c7e834b.zip |
Typo in gloc:update task description (#2243).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2061 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/plugins/gloc-1.1.0/tasks/gloc.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/plugins/gloc-1.1.0/tasks/gloc.rake b/vendor/plugins/gloc-1.1.0/tasks/gloc.rake index 88f3472ec..fb5dfb8d3 100644 --- a/vendor/plugins/gloc-1.1.0/tasks/gloc.rake +++ b/vendor/plugins/gloc-1.1.0/tasks/gloc.rake @@ -28,7 +28,7 @@ namespace :gloc do }
end
- desc 'Updates language files based on em.yml content'
+ desc 'Updates language files based on en.yml content'
task :update do
dir = ENV['DIR'] || './lang'
|