diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-14 07:55:17 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-11-19 06:20:37 -0800 |
commit | f833a42e7e6266fd946e5a739bfbf528c672a387 (patch) | |
tree | a9fa0cad929ba114eb7facd9d45e077da807e881 | |
parent | 3eb4575f618cfafb0231e64ab2461089b364fd8d (diff) | |
download | forums-f833a42e7e6266fd946e5a739bfbf528c672a387.tar forums-f833a42e7e6266fd946e5a739bfbf528c672a387.tar.gz forums-f833a42e7e6266fd946e5a739bfbf528c672a387.tar.bz2 forums-f833a42e7e6266fd946e5a739bfbf528c672a387.tar.xz forums-f833a42e7e6266fd946e5a739bfbf528c672a387.zip |
[ticket/11814] Remove redundant text from the topic reply email notification.
PHPBB3-11814
-rw-r--r-- | phpBB/language/en/email/topic_notify.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/language/en/email/topic_notify.txt b/phpBB/language/en/email/topic_notify.txt index 99865494ac..f52ce9395d 100644 --- a/phpBB/language/en/email/topic_notify.txt +++ b/phpBB/language/en/email/topic_notify.txt @@ -2,7 +2,7 @@ Subject: Topic reply notification - "{TOPIC_TITLE}" Hello {USERNAME}, -You are receiving this notification because you are watching the topic "{TOPIC_TITLE}" at "{SITENAME}". This topic has received a reply<!-- IF AUTHOR_NAME !== '' --> by {AUTHOR_NAME}<!-- ENDIF --> 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. +You are receiving this notification because you are watching the topic "{TOPIC_TITLE}" at "{SITENAME}". This topic has received a reply<!-- IF AUTHOR_NAME !== '' --> by {AUTHOR_NAME}<!-- ENDIF --> since your last visit. No more notifications will be sent until you visit the topic. If you want to view the newest post made since your last visit, click the following link: {U_NEWEST_POST} @@ -14,7 +14,6 @@ If you want to view the forum, click the following link: {U_FORUM} If you no longer wish to watch this topic you can either click the "Unsubscribe topic" link found at the bottom of the topic above, or by clicking the following link: - {U_STOP_WATCHING_TOPIC} {EMAIL_SIG}
\ No newline at end of file |