[Xfce4-commits] <midori:master> Improve the description of the tab switcher/ history list

Christian Dywan noreply at xfce.org
Mon Oct 26 02:32:05 CET 2009


Updating branch refs/heads/master
         to 3257002de33b994351b579994400e181d3f7062c (commit)
       from 55d735fcf68014c6190ba5a47c1ff442e4dcb83e (commit)

commit 3257002de33b994351b579994400e181d3f7062c
Author: André Stösel <Midori-Plugin at PyIT.de>
Date:   Sun Oct 25 23:59:58 2009 +0100

    Improve the description of the tab switcher/ history list

 extensions/tab-switcher.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/extensions/tab-switcher.c b/extensions/tab-switcher.c
index 366af98..ad02285 100644
--- a/extensions/tab-switcher.c
+++ b/extensions/tab-switcher.c
@@ -323,8 +323,9 @@ MidoriExtension*
 extension_init (void)
 {
     MidoriExtension *extension = g_object_new (MIDORI_TYPE_EXTENSION,
-        "name", _("Tab Switcher"),
-        "description", _("Allows to switch tabs as known from the Opera browser"),
+        "name", _("Tab History List"),
+        "description", _("Allows to switch tabs by choosing from a "
+                         "list sorted by last usage"),
         "version", "0.1",
         "authors", "André Stösel <Midori-Plugin at PyIT.de>",
         NULL);



More information about the Xfce4-commits mailing list