Improve the description of the tab switcher/ history list
This commit is contained in:
parent
55d735fcf6
commit
3257002de3
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue