From: Siebrand Mazeland Date: Thu, 14 Jan 2010 22:29:16 +0000 (+0100) Subject: Fix i18n issue: please number variables when using more than one to allow word order... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=31940f930953ef16d828e359155df3950668bcde;p=quix0rs-gnu-social.git Fix i18n issue: please number variables when using more than one to allow word order changes without unexpected results. --- diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php index fa074c4e76..19128bdcef 100644 --- a/actions/apioauthauthorize.php +++ b/actions/apioauthauthorize.php @@ -303,8 +303,8 @@ class ApiOauthAuthorizeAction extends ApiOauthAction $access = ($this->app->access_type & Oauth_application::$writeAccess) ? 'access and update' : 'access'; - $msg = _("The application %s by %s would like " . - "the ability to %s your account data."); + $msg = _("The application %1$s by %2$s would like " . + "the ability to %3$s your account data."); $this->raw(sprintf($msg, $this->app->name,