diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-29 10:57:47 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-29 10:57:47 +0000 |
commit | a3df0f7d3803c26169f50043f298ebb292afeead (patch) | |
tree | 58edaca50a8cf7945c217da95394248d55ed3086 /config/locales/no.yml | |
parent | 118e38719907da3ab5f7f132b93dc66d77fddb0a (diff) | |
download | redmine-a3df0f7d3803c26169f50043f298ebb292afeead.tar.gz redmine-a3df0f7d3803c26169f50043f298ebb292afeead.zip |
scm: update i18n text that scm command is not available in project setting (#4273).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5957 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/no.yml')
-rw-r--r-- | config/locales/no.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/no.yml b/config/locales/no.yml index d05841de2..2bbb77e69 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -962,3 +962,4 @@ 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. |