diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-26 13:07:31 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-26 13:07:31 +0000 |
commit | f0fc9b4db3c7232643c730df99c6f3ef04adf6a9 (patch) | |
tree | f2090ac6991a6ef592749c4ae3e0d56bdc12dcf9 /config | |
parent | af194054ac12119192eaa68aacb22bc8fb41c6a8 (diff) | |
download | redmine-f0fc9b4db3c7232643c730df99c6f3ef04adf6a9.tar.gz redmine-f0fc9b4db3c7232643c730df99c6f3ef04adf6a9.zip |
Ruby 1.9: fix parsing error fr.yml with psych yaml library (#8847).
It seems that double quote and escape is need for non ASCII and backslash
on ruby 1.9.2p290 (2011-07-09 revision 32553) [i686-linux].
Contributed by Etienne Massip.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6644 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/fr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 3bc0facbb..8453d36a7 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -987,7 +987,7 @@ fr: field_root_directory: Répertoire racine field_cvs_module: Module field_cvsroot: CVSROOT - text_mercurial_repository_note: "Dépôt local (exemples : /hgrepo, c:\hgrepo)" + text_mercurial_repository_note: "Dépôt local (exemples : /hgrepo, c:\\hgrepo)" text_scm_command: Commande text_scm_command_version: Version label_git_report_last_commit: Afficher le dernier commit des fichiers et répertoires |