diff options
| author | 2014-09-19 18:33:11 +0200 | |
|---|---|---|
| committer | 2014-09-19 18:33:11 +0200 | |
| commit | 64b3d140f64d8fcaba30a514e0f956929f9bb126 (patch) | |
| tree | 7e275e48547be5104bf51daa827fac6c2210b9b0 /app/i18n/fr.php | |
| parent | 4620d0b136295d5fca2fcbdfc91db6cc3a500c5a (diff) | |
Improve "no feed to display" box
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 4cc9c8598..f1e531f96 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -237,7 +237,7 @@ return array ( 'not_yet_implemented' => 'Pas encore implémenté', 'access_protected_feeds' => 'La connexion permet d’accéder aux flux protégés par une authentification HTTP.', 'no_selected_feed' => 'Aucun flux sélectionné.', - 'think_to_add' => '<a href="./?c=configure&a=feed">Vous pouvez ajouter des flux</a>.', + 'think_to_add' => 'Vous pouvez ajouter des flux.', 'current_user' => 'Utilisateur actuel', 'password_form' => 'Mot de passe<br /><small>(pour connexion par formulaire)</small>', |
