From 6055516aaf6a0620d1c6f40b42090558e9e2cec1 Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Mon, 26 Jan 2009 14:21:01 +0100 Subject: Fixup already-subscribed string --- lib/subs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/subs.php') diff --git a/lib/subs.php b/lib/subs.php index 0e7b9ded5..bbc624b96 100644 --- a/lib/subs.php +++ b/lib/subs.php @@ -46,7 +46,7 @@ function subs_subscribe_to($user, $other) { if ($user->isSubscribed($other)) { - return _('Already subscribed!.'); + return _('Already subscribed!'); } if ($other->hasBlocked($user)) { -- cgit v1.2.3-54-g00ecf