]> spindle.queued.net Git - midori/commitdiff
Improve the description of the tab switcher/ history list
authorAndré Stösel <Midori-Plugin@PyIT.de>
Sun, 25 Oct 2009 22:59:58 +0000 (23:59 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 25 Oct 2009 23:18:08 +0000 (00:18 +0100)
extensions/tab-switcher.c

index 366af98bd5a25dda2f2971ab875c62ed1791c5d0..ad02285fdae802fe1247fabfd395a49475980a02 100644 (file)
@@ -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@PyIT.de>",
         NULL);