]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix punctuation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 15 Aug 2011 14:18:21 +0000 (16:18 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 15 Aug 2011 14:18:21 +0000 (16:18 +0200)
plugins/OStatus/classes/Ostatus_profile.php

index 64094803ca7dfee09f8724efc643c3e5e3b85fb5..3e5c531fd28ea02ca5c7994bb0c7bb0eb4c8c22c 100644 (file)
@@ -542,7 +542,7 @@ class Ostatus_profile extends Managed_DataObject
         
         if (empty($sharedNotice)) {
             $sharedId = ($shared->id) ? $shared->id : $shared->objects[0]->id;
-            throw new ClientException(sprintf(_m("Failed to save activity %s"),
+            throw new ClientException(sprintf(_m("Failed to save activity %s."),
                                               $sharedId));
         }