forked from GNUsocial/gnu-social
* L10n updates: consistent puctuation
* i18n updates: number parameters if more than one are being used
This commit is contained in:
@@ -787,7 +787,7 @@ class ApiAction extends Action
|
||||
|
||||
$from = $message->getFrom();
|
||||
|
||||
$entry['title'] = sprintf('Message from %s to %s',
|
||||
$entry['title'] = sprintf('Message from %1$s to %2$s',
|
||||
$from->nickname, $message->getTo()->nickname);
|
||||
|
||||
$entry['content'] = common_xml_safe_str($message->rendered);
|
||||
|
Reference in New Issue
Block a user