'thewire:add' => "Post to the wire",
'thewire:text' => "A note on the wire",
'thewire:reply' => "Reply",
- 'thewire:via' => "via",
+ 'thewire:via_method' => "via %s",
'thewire:wired' => "Posted to the wire",
'thewire:charleft' => "characters remaining",
'item:object:thewire' => "Wire posts",
echo elgg_echo("thewire:wired") . " " . sprintf(elgg_echo("thewire:strapline"),
elgg_view_friendly_time($vars['entity']->time_created)
);
- echo " via " . elgg_echo($vars['entity']->method) . ".";
+ echo ' ';
+ echo sprintf(elgg_echo('thewire:via_method'), elgg_echo($vars['entity']->method));
+ echo '.';
?>
</p>
</div>