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));
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.