diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-12 11:54:11 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-12 11:54:11 +0000 |
commit | 121df3d4a74685d67db92a41f25d2fe7cfafe985 (patch) | |
tree | b9c11a01e7f0fffba36173ea342e094a1115a4dc /config/locales/en-GB.yml | |
parent | f83c0a81fec6d519741c4eaa0a41edb4dbb8f856 (diff) | |
download | redmine-121df3d4a74685d67db92a41f25d2fe7cfafe985.tar.gz redmine-121df3d4a74685d67db92a41f25d2fe7cfafe985.zip |
replace scm to SCM at locale files (#13438)
Contributed by Filou Centrinov.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11599 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en-GB.yml')
-rw-r--r-- | config/locales/en-GB.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 9e392d69d..d53b1f0d7 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -972,8 +972,8 @@ en-GB: text_scm_command: Command text_scm_command_version: Version label_git_report_last_commit: Report last commit for files and directories - text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. - text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. + text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it. + text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. label_between: between label_diff: diff |