]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo (!. -> !)
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 13 Nov 2009 10:28:54 +0000 (11:28 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 13 Nov 2009 10:28:54 +0000 (11:28 +0100)
lib/subs.php

index 934380b76e88dc569e6bce478709e60ddfd85f1d..2f0f970495eb5159dd174635a85a806138793a20 100644 (file)
@@ -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');