From 28233a0b816fed22fa313c0689b3d2be6802ab9e Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Sat, 12 Apr 2008 23:22:47 +0000 Subject: Several different i18n issues fixed following report from a_b (adresses bug #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412) --- src/libgdl/gdl-dock-item.c | 2 +- src/libgdl/gdl-dock-placeholder.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libgdl') diff --git a/src/libgdl/gdl-dock-item.c b/src/libgdl/gdl-dock-item.c index e8ae3d54b..01a777bad 100644 --- a/src/libgdl/gdl-dock-item.c +++ b/src/libgdl/gdl-dock-item.c @@ -302,7 +302,7 @@ gdl_dock_item_class_init (GdlDockItemClass *klass) g_object_class, PROP_RESIZE, g_param_spec_boolean ("resize", _("Resizable"), _("If set, the dock item can be resized when " - "docked in a paned"), + "docked in a panel"), TRUE, G_PARAM_READWRITE)); diff --git a/src/libgdl/gdl-dock-placeholder.c b/src/libgdl/gdl-dock-placeholder.c index c22ea038c..967e48a85 100644 --- a/src/libgdl/gdl-dock-placeholder.c +++ b/src/libgdl/gdl-dock-placeholder.c @@ -189,14 +189,14 @@ gdl_dock_placeholder_class_init (GdlDockPlaceholderClass *klass) 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)); -- cgit v1.2.3