[Xfce4-commits] <midori:master> Add a description to the page holder extension
Christian Dywan
noreply at xfce.org
Fri Oct 23 18:30:01 CEST 2009
Updating branch refs/heads/master
to e600574b5a38802f56c1a91303518ae2500ed006 (commit)
from 9deda8296bf405a139eb2f7586eb891c4ad65850 (commit)
commit e600574b5a38802f56c1a91303518ae2500ed006
Author: Christian Dywan <christian at twotoasts.de>
Date: Fri Oct 23 18:29:18 2009 +0200
Add a description to the page holder extension
extensions/page-holder.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extensions/page-holder.c b/extensions/page-holder.c
index 85abb66..9c6f0f1 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 <christian at twotoasts.de>",
NULL);
More information about the Xfce4-commits
mailing list