* L10n updates: consistent puctuation

* i18n updates: number parameters if more than one are being used
This commit is contained in:
Siebrand Mazeland
2010-01-10 01:45:58 +01:00
parent 954335fa5e
commit b0aea3f9c1
33 changed files with 75 additions and 75 deletions

View File

@@ -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);