diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-29 10:56:49 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-29 10:56:49 +0000 |
commit | 3720d7f6f22967c59576a7b2a709e709cb148f99 (patch) | |
tree | fb354f7440ba60a7df232b06b9283b085f784cbc /config | |
parent | 88d81d511597ebf845d8af81776a85f810a0e6e5 (diff) | |
download | redmine-3720d7f6f22967c59576a7b2a709e709cb148f99.tar.gz redmine-3720d7f6f22967c59576a7b2a709e709cb148f99.zip |
scm: remove scm command and version on project setting (#4273).
show a message only if scm command is not available.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5955 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 64587aaae..401d608c8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -947,6 +947,7 @@ en: 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. + text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. default_role_manager: Manager default_role_developer: Developer |