diff options
| author | 2014-12-13 10:01:31 +0100 | |
|---|---|---|
| committer | 2014-12-13 10:01:31 +0100 | |
| commit | 67aa7e76c186e43a5e0290ed2c512791c7a3005c (patch) | |
| tree | 5636ee08aaef615e9a6a0da38594c13e20175c64 /app/i18n/fr/admin.php | |
| parent | a91a8f5e9382ae15674d0f65dfd05002a1523b75 (diff) | |
Fix strings and url on auth configuration page
Diffstat (limited to 'app/i18n/fr/admin.php')
| -rw-r--r-- | app/i18n/fr/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php index a0d173b0c..1d327a33c 100644 --- a/app/i18n/fr/admin.php +++ b/app/i18n/fr/admin.php @@ -12,7 +12,7 @@ return array( 'title' => 'Authentification', 'title_reset' => 'Réinitialisation de l’authentification', 'token' => 'Jeton d’identification', - 'token_help' => 'Permet d’accéder à la sortie RSS de l’utilisateur par défaut sans besoin de s’authentifier.<br /><kbd>%s?output=rss&token=%s</kbd>', + 'token_help' => 'Permet d’accéder à la sortie RSS de l’utilisateur par défaut sans besoin de s’authentifier :', 'type' => 'Méthode d’authentification', 'unsafe_autologin' => 'Autoriser les connexions automatiques non-sûres au format : ', ), |
