summaryrefslogtreecommitdiff
path: root/lib/subs.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 22:39:02 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 22:39:02 +0100
commit99ebb565297d442f4721fe575f1bed2826cadbd5 (patch)
treee05a7672bc565c502a1d2451f22e844f840da5a8 /lib/subs.php
parent1872d07602f50b4991d0da26aca3a5d775338e47 (diff)
!. => !
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 68c89c842..934380b76 100644
--- a/lib/subs.php
+++ b/lib/subs.php
@@ -45,7 +45,7 @@ function subs_subscribe_user($user, $other_nickname)
function subs_subscribe_to($user, $other)
{
if ($user->isSubscribed($other)) {
- return _('Already subscribed!.');
+ return _('Already subscribed!');
}
if ($other->hasBlocked($user)) {