From: rwst Date: Mon, 1 May 2006 16:25:48 +0000 (+0000) Subject: add mnemonic for "Fit page to selection" X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2d13a9af8064ed7e5a0b2d4746ccbfd3250d29da;p=inkscape.git add mnemonic for "Fit page to selection" --- 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));