aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-28 01:17:15 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-28 01:17:15 +0200
commit08a01f87f156fb0a89c032a806645291e6fd55dd (patch)
tree21029e844d6f84901e3d4ddf19dcb3b83365be66 /app/views
parentb5c39ef5ef10ca80816260030ef6a3e9a6c59acf (diff)
Ajout informations dans la sidebar
Diffstat (limited to 'app/views')
-rw-r--r--app/views/configure/shortcut.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml
index 8050d2cee..cf8af7ff9 100644
--- a/app/views/configure/shortcut.phtml
+++ b/app/views/configure/shortcut.phtml
@@ -13,7 +13,7 @@
<label for="mark_read">Marquer l'article comme lu / non lu</label>
<input type="text" id="mark_read" name="shortcuts[mark_read]" list="keys" value="<?php echo $s['mark_read']; ?>" />
- <p>+ <code>shift</code> pour marquer tous les articles</p>
+ <p>+ <code>shift</code> pour marquer tous les articles comme non lus</p>
<label for="mark_favorite">Mettre l'article en favori</label>
<input type="text" id="mark_favorite" name="shortcuts[mark_favorite]" list="keys" value="<?php echo $s['mark_favorite']; ?>" />