summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2010-01-08 05:43:33 +0000
committerJosh Andler <scislac@gmail.com>2010-01-08 05:43:33 +0000
commit59ac8467a1a2655b42c04e92d10d3283bab17205 (patch)
tree67be128130985bf6f2006eaa35a3f35b6e313047 /src/ui/dialog/document-properties.cpp
parentAdded UXManager. Cleaning up toolbox creation. (diff)
downloadinkscape-59ac8467a1a2655b42c04e92d10d3283bab17205.tar.gz
inkscape-59ac8467a1a2655b42c04e92d10d3283bab17205.zip
Patch by Alex Leone to add margins to resize page options in Document Properties
(bzr r8952)
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 a7241ea40..86baa85cd 100644
--- a/src/ui/dialog/document-properties.cpp
+++ b/src/ui/dialog/document-properties.cpp
@@ -222,7 +222,7 @@ DocumentProperties::build_page()
Gtk::Label* label_bor = manage (new Gtk::Label);
label_bor->set_markup (_("<b>Border</b>"));
Gtk::Label *label_for = manage (new Gtk::Label);
- label_for->set_markup (_("<b>Format</b>"));
+ label_for->set_markup (_("<b>Page Size</b>"));
_page_sizer.init();
Gtk::Widget *const widget_array[] =