diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-26 13:06:47 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-26 13:06:47 +0000 |
commit | af194054ac12119192eaa68aacb22bc8fb41c6a8 (patch) | |
tree | f2daa9feefdeca238bb3f26cf9f23188195ab12e /config/locales/en.yml | |
parent | f1339b033f62687d18c8ad6f556cdb4103913d42 (diff) | |
download | redmine-af194054ac12119192eaa68aacb22bc8fb41c6a8.tar.gz redmine-af194054ac12119192eaa68aacb22bc8fb41c6a8.zip |
Ruby 1.9: fix parsing error en.yml with psych yaml library (#8847).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6643 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index e1bfce95e..f8a1c2555 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -945,8 +945,8 @@ en: text_zoom_out: Zoom out text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." text_scm_path_encoding_note: "Default: UTF-8" - text_git_repository_note: "Repository is bare and local (e.g. /gitrepo, c:\gitrepo)" - text_mercurial_repository_note: "Local repository (e.g. /hgrepo, c:\hgrepo)" + text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) + text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) text_scm_command: Command text_scm_command_version: Version text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. |