diff options
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
| -rw-r--r-- | src/ui/dialog/document-properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index acf76f034..e7aca0edc 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -357,7 +357,7 @@ DocumentProperties::build_snap_dtls() Gtk::Label *label_i= manage (new Gtk::Label); label_i->set_markup (_("<b>Snapping to intersections of</b>")); Gtk::Label *label_m = manage (new Gtk::Label); - label_m->set_markup (_("<b>Snapping to special nodes</b>")); + label_m->set_markup (_("<b>Special points to consider</b>")); Gtk::Widget *const array[] = { |
