summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8191a4a)
raw | patch | inline | side by side (parent: 8191a4a)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 11 Jan 2009 22:53:40 +0000 (22:53 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 11 Jan 2009 22:53:40 +0000 (22:53 +0000) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index b4d5ee82e233cf23a674de926588341ca7f6669f..9942f8e66d533bbc14d3c74c5267226b3c04f646 100644 (file)
_misc_recent.init("/options/maxrecentdocuments/value", 0.0, 1000.0, 1.0, 1.0, 1.0, true, false);
Gtk::HBox* recent_hbox = Gtk::manage(new Gtk::HBox());
- Gtk::Button* reset_recent = Gtk::manage(new Gtk::Button(_("Reset list of recently opened files")));
+ Gtk::Button* reset_recent = Gtk::manage(new Gtk::Button(_("Clear list")));
reset_recent->signal_clicked().connect(sigc::mem_fun(*this, &InkscapePreferences::on_reset_open_recent_clicked));
recent_hbox->pack_start(_misc_recent, false, false);
recent_hbox->pack_start(*reset_recent, false, false);
_page_ui.add_line( false, _("Maximum documents in Open Recent:"), *recent_hbox, "",
- _("The maximum length of the Open Recent list in the File menu"), false);
+ _("Set the maximum length of the Open Recent list in the File menu, or clear the list"), false);
_ui_zoom_correction.init(300, 30, 1.00, 200.0, 1.0, 10.0, 1.0);
_page_ui.add_line( false, _("Zoom correction factor (in %):"), _ui_zoom_correction, "",