summaryrefslogtreecommitdiff
path: root/lib/subs.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/subs.php')
-rw-r--r--lib/subs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subs.php b/lib/subs.php
index 934380b76..2f0f97049 100644
--- a/lib/subs.php
+++ b/lib/subs.php
@@ -121,7 +121,7 @@ function subs_unsubscribe_user($user, $other_nickname)
function subs_unsubscribe_to($user, $other)
{
if (!$user->isSubscribed($other))
- return _('Not subscribed!.');
+ return _('Not subscribed!');
$sub = DB_DataObject::factory('subscription');