[Xfce4-commits] [apps/xfdashboard] 01/01: Revert "Fixed more typos"
noreply at xfce.org
noreply at xfce.org
Fri Apr 3 13:54:49 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 527e2ae7d9067e5770f0575ef59aa2a56a60c03d
Author: Stephan Haller <nomad at froevel.de>
Date: Fri Apr 3 13:27:20 2015 +0200
Revert "Fixed more typos"
This reverts commit fd33327fc91e914b9dbf7e562508884e490f7ad9.
---
xfdashboard/applications-view.c | 2 +-
xfdashboard/fill-box-layout.c | 2 +-
xfdashboard/quicklaunch.c | 2 +-
xfdashboard/windows-view.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/xfdashboard/applications-view.c b/xfdashboard/applications-view.c
index 281259f..016f23a 100644
--- a/xfdashboard/applications-view.c
+++ b/xfdashboard/applications-view.c
@@ -1116,7 +1116,7 @@ static gboolean _xfdashboard_applications_view_focusable_activate_selection(Xfda
ClutterActor *parent;
parent=clutter_actor_get_parent(inSelection);
- g_warning(_("%s is not a child of %s and cannot be activated at %s"),
+ g_warning(_("%s is a child of %s and cannot be activated at %s"),
G_OBJECT_TYPE_NAME(inSelection),
parent ? G_OBJECT_TYPE_NAME(parent) : "<nil>",
G_OBJECT_TYPE_NAME(self));
diff --git a/xfdashboard/fill-box-layout.c b/xfdashboard/fill-box-layout.c
index aeb445f..feb6b65 100644
--- a/xfdashboard/fill-box-layout.c
+++ b/xfdashboard/fill-box-layout.c
@@ -580,7 +580,7 @@ static void xfdashboard_fill_box_layout_class_init(XfdashboardFillBoxLayoutClass
XfdashboardFillBoxLayoutProperties[PROP_SPACING]=
g_param_spec_float("spacing",
- _("Spacing"),
+ _("spacing"),
_("The spacing between children"),
0.0f,
G_MAXFLOAT,
diff --git a/xfdashboard/quicklaunch.c b/xfdashboard/quicklaunch.c
index 81bc94f..242aaa8 100644
--- a/xfdashboard/quicklaunch.c
+++ b/xfdashboard/quicklaunch.c
@@ -2109,7 +2109,7 @@ static gboolean _xfdashboard_quicklaunch_focusable_activate_selection(Xfdashboar
ClutterActor *parent;
parent=clutter_actor_get_parent(inSelection);
- g_warning(_("%s is not a child of %s and cannot be activated at %s"),
+ g_warning(_("%s is a child of %s and cannot be activated at %s"),
G_OBJECT_TYPE_NAME(inSelection),
parent ? G_OBJECT_TYPE_NAME(parent) : "<nil>",
G_OBJECT_TYPE_NAME(self));
diff --git a/xfdashboard/windows-view.c b/xfdashboard/windows-view.c
index 9339963..e3ee315 100644
--- a/xfdashboard/windows-view.c
+++ b/xfdashboard/windows-view.c
@@ -1382,7 +1382,7 @@ static gboolean _xfdashboard_windows_view_focusable_activate_selection(Xfdashboa
ClutterActor *parent;
parent=clutter_actor_get_parent(inSelection);
- g_warning(_("%s is not a child of %s and cannot be activated at %s"),
+ g_warning(_("%s is a child of %s and cannot be activated at %s"),
G_OBJECT_TYPE_NAME(inSelection),
parent ? G_OBJECT_TYPE_NAME(parent) : "<nil>",
G_OBJECT_TYPE_NAME(self));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list