[Xfce4-commits] <midori:master> Mention Ctrl+Tab in description of History List

Christian Dywan noreply at xfce.org
Fri Oct 22 21:52:01 CEST 2010


Updating branch refs/heads/master
         to c78c982613014517a36e9ef311d5a09751759ddd (commit)
       from 031929e7731bc43a21055f4b1a71488f4c8482c7 (commit)

commit c78c982613014517a36e9ef311d5a09751759ddd
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Oct 22 21:50:20 2010 +0200

    Mention Ctrl+Tab in description of History List
    
    Otherwise people don't understand how to use it.

 extensions/history-list.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extensions/history-list.vala b/extensions/history-list.vala
index 721ed25..f52b753 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 <Midori-Plugin at PyIT.de>");
         activate.connect (activated);



More information about the Xfce4-commits mailing list