]> spindle.queued.net Git - midori/commitdiff
Mention Ctrl+Tab in description of History List
authorChristian Dywan <christian@twotoasts.de>
Fri, 22 Oct 2010 19:50:20 +0000 (21:50 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 22 Oct 2010 19:50:20 +0000 (21:50 +0200)
Otherwise people don't understand how to use it.

extensions/history-list.vala

index 721ed2586fa45d194e2966dc52ebfae436905a29..f52b753fc965a3482d27861be79583c8176093d3 100644 (file)
@@ -243,7 +243,7 @@ private class HistoryList : Midori.Extension {
     }
     internal HistoryList () {
         GLib.Object (name: _("History List"),
-                     description: _("Allows to switch tabs by choosing from a list sorted by last usage"),
+                     description: _("Switch tabs with Ctrl+Tab sorted by last usage"),
                      version: "0.2",
                      authors: "André Stösel <Midori-Plugin@PyIT.de>");
         activate.connect (activated);