diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-16 21:02:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-16 21:02:03 +0000 |
commit | a276926f420d0369a3f9d0fe69e972d07ef74363 (patch) | |
tree | 799cbf1c70d971c339039856b8e0df03485775c9 /lang/es.yml | |
parent | f6282f9600b0656f68164118c4c5f557cb37968b (diff) | |
download | redmine-a276926f420d0369a3f9d0fe69e972d07ef74363.tar.gz redmine-a276926f420d0369a3f9d0fe69e972d07ef74363.zip |
Use a textarea for custom fields possible values (#2472).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2267 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/es.yml')
-rw-r--r-- | lang/es.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/es.yml b/lang/es.yml index 1729292e7..36b1f4686 100644 --- a/lang/es.yml +++ b/lang/es.yml @@ -684,3 +684,4 @@ text_workflow_edit: Seleccionar un flujo de trabajo para actualizar text_plugin_assets_writable: Plugin assets directory writable warning_attachments_not_saved: "%d file(s) could not be saved." button_create_and_continue: Create and continue +text_custom_field_possible_values_info: 'One line for each value' |