diff options
| author | Ted Gould <ted@gould.cx> | 2006-05-02 05:49:17 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-05-02 05:49:17 +0000 |
| commit | c0f13f760674b431f30b5ff17469030c5fa5a8d4 (patch) | |
| tree | 6286959e37edefe5122a963efe6f8f66fdd67bcc /src/ui/widget/page-sizer.cpp | |
| parent | r11623@tres: ted | 2006-05-01 22:17:40 -0700 (diff) | |
| download | inkscape-c0f13f760674b431f30b5ff17469030c5fa5a8d4.tar.gz inkscape-c0f13f760674b431f30b5ff17469030c5fa5a8d4.zip | |
r11667@tres: ted | 2006-05-01 22:48:49 -0700
Backing out version 11530. SVK is so liberating and so frustrating all
at the same time.
(bzr r697)
Diffstat (limited to 'src/ui/widget/page-sizer.cpp')
| -rw-r--r-- | src/ui/widget/page-sizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/page-sizer.cpp b/src/ui/widget/page-sizer.cpp index 1f3749bda..4fb77bbdd 100644 --- a/src/ui/widget/page-sizer.cpp +++ b/src/ui/widget/page-sizer.cpp @@ -243,7 +243,7 @@ PageSizer::init (Registry& reg) table->set_row_spacings (4); table->set_col_spacings (4); - Inkscape::UI::Widget::Button* fit_canv = manage(new Inkscape::UI::Widget::Button(_("Fit page to selection"), + Inkscape::UI::Widget::Button* fit_canv = manage(new Inkscape::UI::Widget::Button(_("_Fit page to selection"), _("Resize the page to fit the current selection, or the entire drawing if there is no selection"))); // prevent fit_canv from expanding Gtk::Alignment *fit_canv_cont = manage(new Gtk::Alignment(1.0,0.5,0.0,0.0)); |
