Fix punctuation.

This commit is contained in:
Siebrand Mazeland 2011-08-15 16:18:21 +02:00
parent 0a420fd7d0
commit bd32b69355
1 changed files with 1 additions and 1 deletions

View 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));
}