]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/subs.php
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
[quix0rs-gnu-social.git] / lib / subs.php
index bbc624b963231d2972dc74c312d258c04f11166d..3bd67b39c7142ffb64deb1926afa378b4315cfa0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  * Laconica - a distributed open-source microblogging tool
- * Copyright (C) 2008, Controlez-Vous, Inc.
+ * Copyright (C) 2008, 2009, Control Yourself, Inc.
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
@@ -46,7 +46,7 @@ function subs_subscribe_to($user, $other)
 {
 
     if ($user->isSubscribed($other)) {
-        return _('Already subscribed!');
+        return _('Already subscribed!.');
     }
 
     if ($other->hasBlocked($user)) {