diff options
-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'
|