diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-02 12:22:17 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-02 12:22:17 +0000 |
commit | 70da1c7771ba83553f80483e8c9703ecb1ab0438 (patch) | |
tree | a755f5abe4945492cf601365ccf876b72b4b38a7 /config/settings.yml | |
parent | 3ae8c53cbaf3f14ff5a324eea3b95e674d7e0ebf (diff) | |
download | redmine-70da1c7771ba83553f80483e8c9703ecb1ab0438.tar.gz redmine-70da1c7771ba83553f80483e8c9703ecb1ab0438.zip |
Changed the application default title (redMine -> Redmine).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@696 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/settings.yml')
-rw-r--r-- | config/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings.yml b/config/settings.yml index b5999eac6..718401f5f 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -20,7 +20,7 @@ # Settings can be defined through the application in Admin -> Settings
app_title:
- default: redMine
+ default: Redmine
app_subtitle:
default: Project management
welcome_text:
|