From a6b6dc60f44f3d1cb28cbcb037c647f33c7e834b 2008-11-27 18:43:18 From: Jean-Philippe Lang Date: 2008-11-27 18:43:18 Subject: [PATCH] Typo in gloc:update task description (#2243). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2061 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/vendor/plugins/gloc-1.1.0/tasks/gloc.rake b/vendor/plugins/gloc-1.1.0/tasks/gloc.rake index 88f3472..fb5dfb8 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'