From c78c982613014517a36e9ef311d5a09751759ddd Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 22 Oct 2010 21:50:20 +0200 Subject: [PATCH] Mention Ctrl+Tab in description of History List Otherwise people don't understand how to use it. --- extensions/history-list.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/history-list.vala b/extensions/history-list.vala index 721ed258..f52b753f 100644 --- a/extensions/history-list.vala +++ b/extensions/history-list.vala @@ -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 "); activate.connect (activated); -- 2.39.5