diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 22:39:02 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 22:39:02 +0100 |
commit | 99ebb565297d442f4721fe575f1bed2826cadbd5 (patch) | |
tree | e05a7672bc565c502a1d2451f22e844f840da5a8 /lib | |
parent | 1872d07602f50b4991d0da26aca3a5d775338e47 (diff) |
!. => !
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 68c89c842..934380b76 100644 --- a/lib/subs.php +++ b/lib/subs.php @@ -45,7 +45,7 @@ function subs_subscribe_user($user, $other_nickname) function subs_subscribe_to($user, $other) { if ($user->isSubscribed($other)) { - return _('Already subscribed!.'); + return _('Already subscribed!'); } if ($other->hasBlocked($user)) { |