[Xfce4-commits] [apps/xfdashboard] 01/01: Fixed more typos

noreply at xfce.org noreply at xfce.org
Fri Apr 3 13:12:03 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 fd33327fc91e914b9dbf7e562508884e490f7ad9
Author: Stephan Haller <nomad at froevel.de>
Date:   Fri Apr 3 13:11:50 2015 +0200

    Fixed more typos
---
 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 016f23a..281259f 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 a child of %s and cannot be activated at %s"),
+		g_warning(_("%s is not 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 feb6b65..aeb445f 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 242aaa8..81bc94f 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 a child of %s and cannot be activated at %s"),
+		g_warning(_("%s is not 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 e3ee315..9339963 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 a child of %s and cannot be activated at %s"),
+		g_warning(_("%s is not 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