summaryrefslogtreecommitdiffstats
path: root/subscribe.php
diff options
context:
space:
mode:
Diffstat (limited to 'subscribe.php')
-rw-r--r--subscribe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/subscribe.php b/subscribe.php
index d51f233d1..bd79c4aba 100644
--- a/subscribe.php
+++ b/subscribe.php
@@ -29,7 +29,7 @@
if($feed === null || !$feedid) {
echo $l->t('An error occurred');
} else {
- echo $l->t('Nice! You have subscribed to ') . $feed->getTitle() . '.';
+ echo $l->t('Nice! You have subscribed to ') . $feed->getTitle();
}
}
else {