Add a description to the page holder extension
This commit is contained in:
parent
9deda8296b
commit
e600574b5a
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ extension_init (void)
|
||||||
|
|
||||||
MidoriExtension* extension = g_object_new (MIDORI_TYPE_EXTENSION,
|
MidoriExtension* extension = g_object_new (MIDORI_TYPE_EXTENSION,
|
||||||
"name", _("Pageholder"),
|
"name", _("Pageholder"),
|
||||||
"description", "",
|
"description", _("Keep one or multiple pages open in parallel to your tabs"),
|
||||||
"version", "0.1",
|
"version", "0.1",
|
||||||
"authors", "Christian Dywan <christian@twotoasts.de>",
|
"authors", "Christian Dywan <christian@twotoasts.de>",
|
||||||
NULL);
|
NULL);
|
||||||
|
|
Loading…
Reference in a new issue