Mention Ctrl+Tab in description of History List
Otherwise people don't understand how to use it.
This commit is contained in:
parent
031929e773
commit
c78c982613
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ private class HistoryList : Midori.Extension {
|
||||||
}
|
}
|
||||||
internal HistoryList () {
|
internal HistoryList () {
|
||||||
GLib.Object (name: _("History List"),
|
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",
|
version: "0.2",
|
||||||
authors: "André Stösel <Midori-Plugin@PyIT.de>");
|
authors: "André Stösel <Midori-Plugin@PyIT.de>");
|
||||||
activate.connect (activated);
|
activate.connect (activated);
|
||||||
|
|
Loading…
Reference in a new issue