From a6b6dc60f44f3d1cb28cbcb037c647f33c7e834b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 27 Nov 2008 18:43:18 +0000 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 --- vendor/plugins/gloc-1.1.0/tasks/gloc.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5