diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-27 02:08:47 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-27 02:08:47 +0000 |
commit | adf2245167b2beb9eeda665e7cd800dc480ea1cc (patch) | |
tree | 8c6ab27062223e033ce265670f809574ff97272b /config/locales/pt-BR.yml | |
parent | b2bdfc8ff1dd4a8e82553c7dfa4599a9ae04f378 (diff) | |
download | redmine-adf2245167b2beb9eeda665e7cd800dc480ea1cc.tar.gz redmine-adf2245167b2beb9eeda665e7cd800dc480ea1cc.zip |
Ruby 1.9: fix parsing error of pt-BR.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@6650 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/pt-BR.yml')
-rw-r--r-- | config/locales/pt-BR.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 1c1d755f0..892e4d703 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -990,7 +990,7 @@ pt-BR: field_root_directory: Diretório raiz field_cvs_module: Módulo field_cvsroot: CVSROOT - text_mercurial_repository_note: "Repositório local (ex.: /hgrepo, c:\hgrepo)" + text_mercurial_repository_note: "Repositório local (ex.: /hgrepo, c:\\hgrepo)" text_scm_command: Comando text_scm_command_version: Versão label_git_report_last_commit: Relatar última alteração para arquivos e diretórios |