summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-04-19 17:35:27 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-04-19 17:35:27 +0000
commitb0d76e7dbd98ad58bcb5cfec5d2b8e513fc808bc (patch)
tree949b3dc669970c23f60cb3bc0427485e17316d39 /src/ui/dialog/document-properties.cpp
parenttweaking for bbyak (diff)
downloadinkscape-b0d76e7dbd98ad58bcb5cfec5d2b8e513fc808bc.tar.gz
inkscape-b0d76e7dbd98ad58bcb5cfec5d2b8e513fc808bc.zip
copyedit
(bzr r545)
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
-rw-r--r--src/ui/dialog/document-properties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp
index 9a9deac9f..5468e0b2d 100644
--- a/src/ui/dialog/document-properties.cpp
+++ b/src/ui/dialog/document-properties.cpp
@@ -195,7 +195,7 @@ DocumentProperties::build_page()
_rcb_shad.init (_("_Show border shadow"), _("If set, page border shows a shadow on its right and lower side"), "inkscape:showpageshadow", _wr, false);
_rum_deflt.init (_("Default _units:"), "inkscape:document-units", _wr);
Inkscape::UI::Widget::Button* fit_canv = manage(new Inkscape::UI::Widget::Button(_("Fit canvas to selection"),
- _("Fit the canvas to the current selection or fit to the drawing when there is no selection.")));
+ _("Resize the canvas to fit the current selection, or the entire drawing if there is no selection")));
fit_canv->signal_clicked().connect(sigc::ptr_fun(fire_fit_canvas_to_selection_or_drawing));
Gtk::Label* label_gen = manage (new Gtk::Label);
label_gen->set_markup (_("<b>General</b>"));