diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2008-04-12 23:22:47 +0000 |
|---|---|---|
| committer | mfloryan <mfloryan@users.sourceforge.net> | 2008-04-12 23:22:47 +0000 |
| commit | 28233a0b816fed22fa313c0689b3d2be6802ab9e (patch) | |
| tree | c04e506170ec569f0858be6962550848ac2caf9a /src/libgdl | |
| parent | Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to pre... (diff) | |
| download | inkscape-28233a0b816fed22fa313c0689b3d2be6802ab9e.tar.gz inkscape-28233a0b816fed22fa313c0689b3d2be6802ab9e.zip | |
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)
Diffstat (limited to 'src/libgdl')
| -rw-r--r-- | src/libgdl/gdl-dock-item.c | 2 | ||||
| -rw-r--r-- | src/libgdl/gdl-dock-placeholder.c | 4 |
2 files changed, 3 insertions, 3 deletions
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)); |
