summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9385715)
raw | patch | inline | side by side (parent: 9385715)
author | dvlierop2 <dvlierop2@users.sourceforge.net> | |
Sun, 19 Aug 2007 18:46:26 +0000 (18:46 +0000) | ||
committer | dvlierop2 <dvlierop2@users.sourceforge.net> | |
Sun, 19 Aug 2007 18:46:26 +0000 (18:46 +0000) |
src/ui/dialog/document-properties.cpp | patch | blob | history |
index e9dad3710d27859f43d1798ca9f5a6f788d0d38e..f301629e488041da6b7889852f2e237d8695b9e4 100644 (file)
{
_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"),
Gtk::Label *label_g = manage (new Gtk::Label);
- label_g->set_markup (_("<b>General</b>"));
+ label_g->set_markup (_("<b>Snapping from</b>"));
Gtk::Label *label_o = manage (new Gtk::Label);
- label_o->set_markup (_("<b>Object Snapping</b>"));
+ label_o->set_markup (_("<b>Snapping to objects</b>"));
Gtk::Label *label_gr = manage (new Gtk::Label);
- label_gr->set_markup (_("<b>Grid Snapping</b>"));
+ label_gr->set_markup (_("<b>Snapping to grids</b>"));
Gtk::Label *label_gu = manage (new Gtk::Label);
- label_gu->set_markup (_("<b>Guide Snapping</b>"));
+ label_gu->set_markup (_("<b>Snapping to guides</b>"));
Gtk::Widget *const array[] =
{
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,