Fix punctuation.
This commit is contained in:
parent
0a420fd7d0
commit
bd32b69355
@ -542,7 +542,7 @@ class Ostatus_profile extends Managed_DataObject
|
|||||||
|
|
||||||
if (empty($sharedNotice)) {
|
if (empty($sharedNotice)) {
|
||||||
$sharedId = ($shared->id) ? $shared->id : $shared->objects[0]->id;
|
$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));
|
$sharedId));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user