Skip to content

Commit aa6fefe

Browse files
committed
Fix ' position
1 parent a0395be commit aa6fefe

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

lib/gettext/tools/task.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Copyright (C) 2012-2014 Kouhei Sutou <kou@clear-code.com>
1+
# Copyright (C) 2012-2023 Sutou Kouhei <kou@clear-code.com>
42
#
53
# License: Ruby's or LGPL
64
#
@@ -452,8 +450,8 @@ def define_po_tasks
452450
locale = args.locale || ENV["LOCALE"]
453451
if locale.nil?
454452
raise "specify locale name by " +
455-
"'rake #{_task.name}[${LOCALE}]' or " +
456-
"rake #{_task.name} LOCALE=${LOCALE}'"
453+
"rake '#{_task.name}[${LOCALE}]' or " +
454+
"rake #{_task.name} LOCALE=${LOCALE}'"
457455
end
458456
define_edit_po_file_task(locale)
459457
define_po_file_task(locale)

0 commit comments

Comments
 (0)