diff options
author | Go MAEDA <maeda@farend.jp> | 2019-04-21 14:06:19 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-04-21 14:06:19 +0000 |
commit | abb8274a9853c9ff17c53fa2b7733ef3f0203841 (patch) | |
tree | a20c697c865c18d7a7ffb6023a9ad15002ab59e7 /config/locales/en.yml | |
parent | dd146cbe85612c2933a24b90f2fedfc2abf84fba (diff) | |
download | redmine-abb8274a9853c9ff17c53fa2b7733ef3f0203841.tar.gz redmine-abb8274a9853c9ff17c53fa2b7733ef3f0203841.zip |
Change "Create and Continue" translation to "Create and add another" (#10702).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18071 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 332d5e206..8757b70ea 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1055,7 +1055,7 @@ en: button_expand_all: Expand all button_delete: Delete button_create: Create - button_create_and_continue: Create and continue + button_create_and_continue: Create and add another button_test: Test button_edit: Edit button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" |