From: Siebrand Mazeland Date: Sun, 8 Nov 2009 21:39:02 +0000 (+0100) Subject: !. => ! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=99ebb565297d442f4721fe575f1bed2826cadbd5;p=quix0rs-gnu-social.git !. => ! --- diff --git a/lib/subs.php b/lib/subs.php index 68c89c8421..934380b76e 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)) {