summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2009-10-05 19:44:19 +0000
committerscislac <scislac@users.sourceforge.net>2009-10-05 19:44:19 +0000
commit2c936cac227be351907a49a8641daba74f1c6fe5 (patch)
treec430a814eee445cebf8689266cd3048e4a27091e /src/ui
parentSlovenian translation update by Martin Srebotnjak (diff)
downloadinkscape-2c936cac227be351907a49a8641daba74f1c6fe5.tar.gz
inkscape-2c936cac227be351907a49a8641daba74f1c6fe5.zip
Updated tooltip for clarity per Krzysztof.
(bzr r8720)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
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