From 3257002de33b994351b579994400e181d3f7062c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20St=C3=B6sel?= Date: Sun, 25 Oct 2009 23:59:58 +0100 Subject: [PATCH] Improve the description of the tab switcher/ history list --- extensions/tab-switcher.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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);