summaryrefslogtreecommitdiff
path: root/lib/subs.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-13 11:28:54 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-13 11:28:54 +0100
commit21603f02258346aa516db77c1691ee32f180fcbc (patch)
tree410fda213d93eab8db1c63ac6f7747f0f93fa6d5 /lib/subs.php
parentf60a55d9ec08019c7e1a9b60bc5d34fad61fb088 (diff)
Fix typo (!. -> !)
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');