From: scislac Date: Mon, 5 Oct 2009 19:44:19 +0000 (+0000) Subject: Updated tooltip for clarity per Krzysztof. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=58fec59e9d63c68dbbc0315e1cccbd6512ba2c06;p=inkscape.git Updated tooltip for clarity per Krzysztof. --- diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index df0209b81..79d6a0702 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1113,7 +1113,7 @@ void InkscapePreferences::initPageSave() { _save_use_current_dir.init( _("Use current directory for \"Save As ...\""), "/dialogs/save_as/use_current_dir", true); _page_save.add_line( false, "", _save_use_current_dir, "", - _("The \"Save As ...\" dialog uses the current working directory for saving (if the file was previously saved). If not previously saved, the most recent \"Save As ...\" directory is used."), true); + _("When this option is on, the \"Save as...\" dialog will always open in the directory where the currently open document is. When it's off, it will open in the directory where you last saved a file using that dialog."), true); // Autosave options