]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
!. => !
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 8 Nov 2009 21:39:02 +0000 (22:39 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 8 Nov 2009 21:39:02 +0000 (22:39 +0100)
lib/subs.php

index 68c89c84217f3e1228e436ef2f2eaecc64fce8eb..934380b76e88dc569e6bce478709e60ddfd85f1d 100644 (file)
@@ -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)) {