diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-01-11 22:53:40 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-01-11 22:53:40 +0000 |
| commit | 1ccab5bc56f82f62b6f6fa6f12e8b72438d90ae9 (patch) | |
| tree | cc91a5163d7b8864c14ce147b627a1791d957323 /src | |
| parent | Switching tools based on tablet device now handles many devices of same type (diff) | |
| download | inkscape-1ccab5bc56f82f62b6f6fa6f12e8b72438d90ae9.tar.gz inkscape-1ccab5bc56f82f62b6f6fa6f12e8b72438d90ae9.zip | |
copyedit
(bzr r7119)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index b4d5ee82e..9942f8e66 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1071,13 +1071,13 @@ void InkscapePreferences::initPageUI() _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, "", |
