From: Siebrand Mazeland Date: Fri, 13 Nov 2009 10:28:54 +0000 (+0100) Subject: Fix typo (!. -> !) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21603f02258346aa516db77c1691ee32f180fcbc;p=quix0rs-gnu-social.git Fix typo (!. -> !) --- diff --git a/lib/subs.php b/lib/subs.php index 934380b76e..2f0f970495 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');