]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
* L10n updates: consistent puctuation
[quix0rs-gnu-social.git] / lib / action.php
index 1b4cb5cecb660b3b0d9886ea24130dd0d08492f0..6efa9163dc65550239db89c52d439f00e7af194b 100644 (file)
@@ -141,7 +141,7 @@ class Action extends HTMLOutputter // lawsuit
     function showTitle()
     {
         $this->element('title', null,
-                       sprintf(_("%s - %s"),
+                       sprintf(_("%1$s - %2$s"),
                                $this->title(),
                                common_config('site', 'name')));
     }