]> spindle.queued.net Git - midori/commitdiff
Add a description to the page holder extension
authorChristian Dywan <christian@twotoasts.de>
Fri, 23 Oct 2009 16:29:18 +0000 (18:29 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 23 Oct 2009 16:29:18 +0000 (18:29 +0200)
extensions/page-holder.c

index 85abb66eb608e8cb225c4366086a896900cd2cde..9c6f0f1470b738dd1e1603c9949284f86302afec 100644 (file)
@@ -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 <christian@twotoasts.de>",
         NULL);