summaryrefslogtreecommitdiff
path: root/lib/subs.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-27 20:34:57 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-01-27 20:34:57 -0500
commitc4097750adde556a6ff302c82b6098a5005f5f02 (patch)
treece2cef612f996dcf345287cead6ac0d5fe9f595f /lib/subs.php
parent8d95151f7a9d23fdd507c6b8a526e827b0f59d20 (diff)
Revert "Fixup already-subscribed string"
This reverts commit 6055516aaf6a0620d1c6f40b42090558e9e2cec1.
Diffstat (limited to 'lib/subs.php')
-rw-r--r--lib/subs.php2
1 files changed, 1 insertions, 1 deletions
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)) {