diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-12 09:27:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-12 09:27:03 +0000 |
commit | bf2fb5d535bdca2606823a142bc2e25c1516549b (patch) | |
tree | c0f69f412c8f9a46d5f5e98e064741f3a90f094b /config/locales/sv.yml | |
parent | 5c1039a69e93fe815d4254a8d0edb4f073692b42 (diff) | |
download | redmine-bf2fb5d535bdca2606823a142bc2e25c1516549b.tar.gz redmine-bf2fb5d535bdca2606823a142bc2e25c1516549b.zip |
Adds a message about disabling multiple values on custom field form (#12251).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11168 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/sv.yml')
-rw-r--r-- | config/locales/sv.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 5b4edd810..54e400196 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -1115,3 +1115,5 @@ sv: description_date_from: Ange startdatum description_date_to: Ange slutdatum text_repository_identifier_info: 'Endast gemener (a-z), siffror, streck och understreck är tillåtna.<br />När identifieraren sparats kan den inte ändras.' + text_turning_multiple_off: If you disable multiple values, duplicate values will be + removed in order to preserve only one value per item. |