diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/subs.php | 2 |
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)) { |