Add a description to Statusbar Features and localize it
This commit is contained in:
parent
a40cd75d14
commit
be803ad765
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ MidoriExtension*
|
|||
extension_init (void)
|
||||
{
|
||||
MidoriExtension* extension = g_object_new (MIDORI_TYPE_EXTENSION,
|
||||
"name", "Statusbar Features",
|
||||
"description", "",
|
||||
"name", _("Statusbar Features"),
|
||||
"description", _("Easily toggle features on web pages on and off"),
|
||||
"version", "0.1",
|
||||
"authors", "Christian Dywan <christian@twotoasts.de>",
|
||||
NULL);
|
||||
|
|
Loading…
Reference in a new issue