summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-11-16 18:07:15 +0100
committerNick Schermer <nick@xfce.org>2010-11-16 18:07:15 +0100
commit24da1546d10d1df72bb123ebe85878861cf39098 (patch)
tree552a9afabf22d13b236288a082f5b28dc04e437d /common
parent33b6a47ce59762cb6bc7cc65c4ca26c45150df94 (diff)
Fix some string and drop Xfce in most of them.
In 4.6 we agreed to remove Xfce from most of the visible strings, I kinda forgot about that.
Diffstat (limited to 'common')
-rw-r--r--common/panel-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/panel-utils.c b/common/panel-utils.c
index 9e4f8833..b2e82f10 100644
--- a/common/panel-utils.c
+++ b/common/panel-utils.c
@@ -155,7 +155,7 @@ panel_utils_show_help (GtkWindow *parent,
else if (xfce_dialog_confirm (parent, "web-browser", _("_Read Online"),
_("You can read the user manual online. This manual may however "
"not exactly match your panel version."),
- _("The Xfce Panel user manual is not installed on your computer")))
+ _("The user manual is not installed on your computer")))
uri = g_strconcat ("http://foo-projects.org/~nick/docs/xfce4-panel/?lang=",
locale, "&page=", page, "&offset=", offset, NULL);