Improve the description of the tab switcher/ history list

This commit is contained in:
André Stösel 2009-10-25 23:59:58 +01:00 committed by Christian Dywan
parent 55d735fcf6
commit 3257002de3

View 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);