diff options
author | Go MAEDA <maeda@farend.jp> | 2021-02-15 02:29:54 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-02-15 02:29:54 +0000 |
commit | 999aab0192932fec78dd177e22e91208a96af56e (patch) | |
tree | 3cb6220085fc17fa123cebcd7258aa679f5e53d3 /config/locales/en-GB.yml | |
parent | 926b16f7c3df041699147b2e0d9d694c6ce09440 (diff) | |
download | redmine-999aab0192932fec78dd177e22e91208a96af56e.tar.gz redmine-999aab0192932fec78dd177e22e91208a96af56e.zip |
Remove unused i18n key "text_min_max_length_info" (#34745).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@20746 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en-GB.yml')
-rw-r--r-- | config/locales/en-GB.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 7d4f1badc..3d1fd1716 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -848,7 +848,6 @@ en-GB: text_select_mail_notifications: Select actions for which email notifications should be sent. text_regexp_info: eg. ^[A-Z0-9]+$ - text_min_max_length_info: 0 means no restriction text_project_destroy_confirmation: Are you sure you want to delete this project and related data? text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted." text_workflow_edit: Select a role and a tracker to edit the workflow |