]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update punctuation for exceptions.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 13 Apr 2011 13:13:14 +0000 (15:13 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 13 Apr 2011 13:13:14 +0000 (15:13 +0200)
plugins/OStatus/classes/Ostatus_profile.php

index 7e7170d14ce17424ba89aedee1f67159aa4f2d97..83a6d73f948d20dda3bde6df908fc0bb97fc13b4 100644 (file)
@@ -171,7 +171,7 @@ class Ostatus_profile extends Managed_DataObject
             return true;
         } else if ($this->group_id && ($this->profile_id || $this->peopletag_id)) {
             // TRANS: Server exception. %s is a URI
-            throw new ServerException(sprintf(_m('Invalid ostatus_profile state: two or more IDs set for %s'), $this->uri));
+            throw new ServerException(sprintf(_m('Invalid ostatus_profile state: two or more IDs set for %s.'), $this->uri));
         } else {
             // TRANS: Server exception. %s is a URI
             throw new ServerException(sprintf(_m('Invalid ostatus_profile state: all IDs empty for %s.'), $this->uri));
@@ -189,7 +189,7 @@ class Ostatus_profile extends Managed_DataObject
             return true;
         } else if ($this->peopletag_id && ($this->profile_id || $this->group_id)) {
             // TRANS: Server exception. %s is a URI
-            throw new ServerException(sprintf(_m('Invalid ostatus_profile state: two or more IDs set for %s'), $this->uri));
+            throw new ServerException(sprintf(_m('Invalid ostatus_profile state: two or more IDs set for %s.'), $this->uri));
         } else {
             // TRANS: Server exception. %s is a URI
             throw new ServerException(sprintf(_m('Invalid ostatus_profile state: all IDs empty for %s.'), $this->uri));