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)
|
extension_init (void)
|
||||||
{
|
{
|
||||||
MidoriExtension *extension = g_object_new (MIDORI_TYPE_EXTENSION,
|
MidoriExtension *extension = g_object_new (MIDORI_TYPE_EXTENSION,
|
||||||
"name", _("Tab Switcher"),
|
"name", _("Tab History List"),
|
||||||
"description", _("Allows to switch tabs as known from the Opera browser"),
|
"description", _("Allows to switch tabs by choosing from a "
|
||||||
|
"list sorted by last usage"),
|
||||||
"version", "0.1",
|
"version", "0.1",
|
||||||
"authors", "André Stösel <Midori-Plugin@PyIT.de>",
|
"authors", "André Stösel <Midori-Plugin@PyIT.de>",
|
||||||
NULL);
|
NULL);
|
||||||
|
|
Loading…
Reference in a new issue