diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-13 11:28:54 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-13 11:28:54 +0100 |
commit | 21603f02258346aa516db77c1691ee32f180fcbc (patch) | |
tree | 410fda213d93eab8db1c63ac6f7747f0f93fa6d5 /lib | |
parent | f60a55d9ec08019c7e1a9b60bc5d34fad61fb088 (diff) |
Fix typo (!. -> !)
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 934380b76..2f0f97049 100644 --- a/lib/subs.php +++ b/lib/subs.php @@ -121,7 +121,7 @@ function subs_unsubscribe_user($user, $other_nickname) function subs_unsubscribe_to($user, $other) { if (!$user->isSubscribed($other)) - return _('Not subscribed!.'); + return _('Not subscribed!'); $sub = DB_DataObject::factory('subscription'); |