From c4097750adde556a6ff302c82b6098a5005f5f02 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 27 Jan 2009 20:34:57 -0500 Subject: Revert "Fixup already-subscribed string" This reverts commit 6055516aaf6a0620d1c6f40b42090558e9e2cec1. --- lib/subs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/subs.php b/lib/subs.php index bbc624b96..0e7b9ded5 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