From: Christian Dywan Date: Fri, 22 Oct 2010 19:50:20 +0000 (+0200) Subject: Mention Ctrl+Tab in description of History List X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c78c982613014517a36e9ef311d5a09751759ddd;p=midori Mention Ctrl+Tab in description of History List Otherwise people don't understand how to use it. --- 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);