diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-21 23:24:14 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-21 23:24:14 +0000 |
commit | 031af32770838443fd2cac086ba8c487840f680e (patch) | |
tree | dffe61f6233664de99fe57a0585fec4aa3dc14b3 /config/locales/cs.yml | |
parent | 80e4ad63bd5a9e6994c08b5e0f10873271eeca2c (diff) | |
download | redmine-031af32770838443fd2cac086ba8c487840f680e.tar.gz redmine-031af32770838443fd2cac086ba8c487840f680e.zip |
fix erroneous string starting with '%' in locale yamls (#8209).
Contributed by Gregor Schmidt.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5509 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/cs.yml')
-rw-r--r-- | config/locales/cs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/cs.yml b/config/locales/cs.yml index b9b439c02..bff8596b6 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -275,7 +275,7 @@ cs: field_attr_mail: Email (atribut) field_onthefly: Automatické vytváření uživatelů field_start_date: Začátek - field_done_ratio: % Hotovo + field_done_ratio: "% Hotovo" field_auth_source: Autentifikační mód field_hide_mail: Nezobrazovat můj email field_comments: Komentář |