diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-06 12:52:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-06 12:52:03 +0000 |
commit | f2113e735d8d4cf8a7707ccc45d0c2570483465c (patch) | |
tree | c178d1a7b03bfbee1ba4e868c5d334499218e1ed /config/locales/en.yml | |
parent | a2b4bb0dfb932b4e93efe4c85ac7f65033b87f7a (diff) | |
download | redmine-f2113e735d8d4cf8a7707ccc45d0c2570483465c.tar.gz redmine-f2113e735d8d4cf8a7707ccc45d0c2570483465c.zip |
Removes the 'Copy' checkbox on the copy/move form.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3127 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index f3750a9a1..184788eee 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -753,10 +753,12 @@ en: button_rename: Rename button_change_password: Change password button_copy: Copy + button_copy_and_follow: Copy and follow button_annotate: Annotate button_update: Update button_configure: Configure button_quote: Quote + button_duplicate: Duplicate status_active: active status_registered: registered |