gdl r405 - in trunk: . gdl



Author: naba
Date: Thu Jan 17 23:06:50 2008
New Revision: 405
URL: http://svn.gnome.org/viewvc/gdl?rev=405&view=rev

Log:
	* gdl/gdl-dock-placeholder.c: (gdl_dock_placeholder_class_init):
	Fixes bug #509950 - L10N: typos in some messages (fow -> for)


Modified:
   trunk/ChangeLog
   trunk/gdl/gdl-dock-placeholder.c

Modified: trunk/gdl/gdl-dock-placeholder.c
==============================================================================
--- trunk/gdl/gdl-dock-placeholder.c	(original)
+++ trunk/gdl/gdl-dock-placeholder.c	Thu Jan 17 23:06:50 2008
@@ -189,14 +189,14 @@
 	g_object_class_install_property (
         g_object_class, PROP_FLOAT_X,
         g_param_spec_int ("floatx", _("X-Coordinate"),
-                          	_("X-Coordinate fow dock when floating"),
+                          	_("X-Coordinate for dock when floating"),
                           	-1, G_MAXINT, -1,
                           	G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
                           	GDL_DOCK_PARAM_EXPORT));
 	g_object_class_install_property (
         g_object_class, PROP_FLOAT_Y,
         g_param_spec_int ("floaty", _("Y-Coordinate"),
-                          	_("Y-Coordinate fow dock when floating"),
+                          	_("Y-Coordinate for dock when floating"),
                           	-1, G_MAXINT, -1,
                           	G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
                           	GDL_DOCK_PARAM_EXPORT));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]