diff options
| author | 2014-01-19 20:38:13 +0100 | |
|---|---|---|
| committer | 2014-01-19 20:38:13 +0100 | |
| commit | cf1f9b0f79ef885e108b7704a8f31732c5506654 (patch) | |
| tree | 633a89e8a6d39c5b0f4709a623f7417f98ff3842 | |
| parent | 8a011f00f9f5c4f508cbf6d307f68ea901108967 (diff) | |
i18n token anglais
| -rw-r--r-- | app/i18n/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 01d86e5da..bb983d397 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -165,7 +165,7 @@ return array ( 'persona_connection_email' => 'Login mail address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', 'allow_anonymous' => 'Allow anonymous reading of the articles of the default user (%s)', 'auth_token' => 'Authentication token', - 'explain_token' => 'Allows to access RSS output of the default user without authentication.<br /><kbd>%s?token=%s</kbd>', + 'explain_token' => 'Allows to access RSS output of the default user without authentication.<br /><kbd>%s?output=rss&token=%s</kbd>', 'login_configuration' => 'Login', 'is_admin' => 'is administrator', 'auth_type' => 'Authentication method', |
