From: Jean-Philippe Lang Date: Thu, 27 Nov 2008 18:43:18 +0000 (+0000) Subject: Typo in gloc:update task description (#2243). X-Git-Tag: 0.8.0-RC1~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a6b6dc60f44f3d1cb28cbcb037c647f33c7e834b;p=redmine.git 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 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'