From 7957b332ada2178d1834e038f6e7d1de3e9c45a9 Mon Sep 17 00:00:00 2001 From: dvlierop2 Date: Sun, 19 Aug 2007 18:46:26 +0000 Subject: [PATCH] Renaming some labels in the snapping tab --- src/ui/dialog/document-properties.cpp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index e9dad3710..f301629e4 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -266,10 +266,10 @@ DocumentProperties::build_snap() { _page_snap.show(); //General options - _rcbsnbb.init (_("Snap bounding _box corners"), + _rcbsnbb.init (_("Bounding _box corners"), _("Snap bounding box corners to grid lines, to guides, and to other bounding boxes (only applicable to the selector tool)"), "inkscape:snap-bbox", _wr); - _rcbsnn.init (_("Snap _nodes"), + _rcbsnn.init (_("_Nodes"), _("Snap nodes to grid lines, to guides, to paths, and to other nodes"), "inkscape:snap-nodes", _wr); _rcbic.init (_("Include the object's center"), @@ -308,13 +308,13 @@ DocumentProperties::build_snap() Gtk::Label *label_g = manage (new Gtk::Label); - label_g->set_markup (_("General")); + label_g->set_markup (_("Snapping from")); Gtk::Label *label_o = manage (new Gtk::Label); - label_o->set_markup (_("Object Snapping")); + label_o->set_markup (_("Snapping to objects")); Gtk::Label *label_gr = manage (new Gtk::Label); - label_gr->set_markup (_("Grid Snapping")); + label_gr->set_markup (_("Snapping to grids")); Gtk::Label *label_gu = manage (new Gtk::Label); - label_gu->set_markup (_("Guide Snapping")); + label_gu->set_markup (_("Snapping to guides")); Gtk::Widget *const array[] = { @@ -323,6 +323,8 @@ DocumentProperties::build_snap() 0, 0, //_rcbic._button will be inserted here 0, _rcbsnbb._button, 0, 0, + 0, 0, + 0, 0, label_o, 0, 0, _rcbsnop._button, 0, _rcbsnon._button, -- 2.30.2