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

commit c78c982613014517a36e9ef311d5a09751759ddd
Author: Christian Dywan <[email protected]>
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 <[email protected]>");
         activate.connect (activated);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to