From: André Stösel Date: Sun, 25 Oct 2009 22:59:58 +0000 (+0100) Subject: Improve the description of the tab switcher/ history list X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3257002de33b994351b579994400e181d3f7062c;p=midori Improve the description of the tab switcher/ history list --- diff --git a/extensions/tab-switcher.c b/extensions/tab-switcher.c index 366af98b..ad02285f 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 ", NULL);