Mention Ctrl+Tab in description of History List

Otherwise people don't understand how to use it.
This commit is contained in:
Christian Dywan 2010-10-22 21:50:20 +02:00
parent 031929e773
commit c78c982613

View 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);