From: Christian Dywan Date: Fri, 23 Oct 2009 16:29:18 +0000 (+0200) Subject: Add a description to the page holder extension X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e600574b5a38802f56c1a91303518ae2500ed006;p=midori Add a description to the page holder extension --- diff --git a/extensions/page-holder.c b/extensions/page-holder.c index 85abb66e..9c6f0f14 100644 --- a/extensions/page-holder.c +++ b/extensions/page-holder.c @@ -175,7 +175,7 @@ extension_init (void) MidoriExtension* extension = g_object_new (MIDORI_TYPE_EXTENSION, "name", _("Pageholder"), - "description", "", + "description", _("Keep one or multiple pages open in parallel to your tabs"), "version", "0.1", "authors", "Christian Dywan ", NULL);