diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-04-21 14:17:22 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-04-21 14:17:22 +0000 |
commit | 1cb3f21004cf7cfa0ac86169e54abeae94ed48ce (patch) | |
tree | b742dfc805da6cdd59c3ad10c8f28573e37a8352 | |
parent | b776bf2cf3b32d59e031eab25665ea8e0fde25e4 (diff) | |
download | forums-1cb3f21004cf7cfa0ac86169e54abeae94ed48ce.tar forums-1cb3f21004cf7cfa0ac86169e54abeae94ed48ce.tar.gz forums-1cb3f21004cf7cfa0ac86169e54abeae94ed48ce.tar.bz2 forums-1cb3f21004cf7cfa0ac86169e54abeae94ed48ce.tar.xz forums-1cb3f21004cf7cfa0ac86169e54abeae94ed48ce.zip |
Removed {USERNAME}
git-svn-id: file:///svn/phpbb/trunk@3904 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/language/en/email/newtopic_notify.txt | 6 | ||||
-rw-r--r-- | phpBB/language/en/email/topic_notify.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/email/newtopic_notify.txt b/phpBB/language/en/email/newtopic_notify.txt index d686e79378..deb6313d56 100644 --- a/phpBB/language/en/email/newtopic_notify.txt +++ b/phpBB/language/en/email/newtopic_notify.txt @@ -1,7 +1,7 @@ -Subject: Forum New Topic Notification - {FORUM_NAME} +Subject: New Topic Notification - {FORUM_NAME} Charset: iso-8859-1 -Hello {USERNAME}, +Hello, You are receiving this email because you are watching the forum, "{FORUM_NAME}" at {SITENAME}. This forum has received a new topic since your last visit, "{TOPIC_TITLE}". You can use the following link to view forum, no more notifications will be sent until you visit the forum. @@ -11,4 +11,4 @@ If you no longer wish to watch this forum you can either click the "Stop watchin {U_STOP_WATCHING_FORUM} -{EMAIL_SIG} +{EMAIL_SIG}
\ No newline at end of file diff --git a/phpBB/language/en/email/topic_notify.txt b/phpBB/language/en/email/topic_notify.txt index 9682ebbe69..574f955c40 100644 --- a/phpBB/language/en/email/topic_notify.txt +++ b/phpBB/language/en/email/topic_notify.txt @@ -1,7 +1,7 @@ Subject: Topic Reply Notification - {TOPIC_TITLE} Charset: iso-8859-1 -Hello {USERNAME}, +Hello, You are receiving this email because you are watching the topic, "{TOPIC_TITLE}" at {SITENAME}. This topic has received a reply since your last visit. You can use the following link to view the replies made, no more notifications will be sent until you visit the topic. |