diff options
author | Adrian Lang <mail@adrianlang.de> | 2009-01-26 14:21:01 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-26 14:21:01 +0100 |
commit | 6055516aaf6a0620d1c6f40b42090558e9e2cec1 (patch) | |
tree | b03b39492a9fa9f1c3ff0b969057ba3a0b09b623 /lib | |
parent | d2521786f01ad73fd33087546fac4788b122217d (diff) |
Fixup already-subscribed string
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 0e7b9ded5..bbc624b96 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)) { |