summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-16 09:14:59 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-16 09:14:59 +0000
commit384a444cee694c7a8fcaeb91b421164ac255ac56 (patch)
treeb754e0c438da7524e278285601d66a6c2c54a197 /config
parent38307c097907e5b4e04c6d4159dc28171251be26 (diff)
downloadredmine-384a444cee694c7a8fcaeb91b421164ac255ac56.tar.gz
redmine-384a444cee694c7a8fcaeb91b421164ac255ac56.zip
Fix grammar error in e-mail footer (closes #673).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1150 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/settings.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings.yml b/config/settings.yml
index 4f7be5132..590ebee6a 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -106,6 +106,6 @@ ui_theme:
default: ''
emails_footer:
default: |-
- You have received this notification because you have either subscribed to it, or are involved in.
+ You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://hostname/my/account
\ No newline at end of file