summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <git@evanprodromou.name>2009-01-28 08:24:29 -0500
committerEvan Prodromou <git@evanprodromou.name>2009-01-28 08:24:29 -0500
commitf761031d0acdc03add5a6bd9a125575463da2582 (patch)
tree0527a78f232a808a8d4bf1f4b0931886156bf996 /lib
parent745f7334690c98eecade27a146ae132a48b6f812 (diff)
parentc4097750adde556a6ff302c82b6098a5005f5f02 (diff)
Merge branch 'master' of root@laconi.ca:/var/www/laconi.ca/software/laconica
Diffstat (limited to 'lib')
-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)) {