diff --git a/plugins/OStatus/classes/Ostatus_profile.php b/plugins/OStatus/classes/Ostatus_profile.php index 64094803ca..3e5c531fd2 100644 --- a/plugins/OStatus/classes/Ostatus_profile.php +++ b/plugins/OStatus/classes/Ostatus_profile.php @@ -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)); }