diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-11-05 21:06:17 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-11-05 21:06:17 +0000 |
| commit | 42eb288d19390918f05c6f0754e45d25f9881a19 (patch) | |
| tree | dc7aeeb549787b61f1b219225c925998a5581186 /src | |
| parent | Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha... (diff) | |
| download | inkscape-42eb288d19390918f05c6f0754e45d25f9881a19.tar.gz inkscape-42eb288d19390918f05c6f0754e45d25f9881a19.zip | |
Fixing typos found by Firas Hanife.
(bzr r13673)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index c2da12058..a98494e18 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -838,7 +838,7 @@ void InkscapePreferences::initPageIO() _save_use_current_dir.init( _("Use current directory for \"Save As ...\""), "/dialogs/save_as/use_current_dir", true); _page_io.add_line( false, "", _save_use_current_dir, "", - _("When this option is on, the \"Save as...\" and \"Save a Copy\" dialogs will always open in the directory where the currently open document is; when it's off, each will open in the directory where you last saved a file using it"), true); + _("When this option is on, the \"Save as...\" and \"Save a Copy...\" dialogs will always open in the directory where the currently open document is; when it's off, each will open in the directory where you last saved a file using it"), true); _misc_comment.init( _("Add label comments to printing output"), "/printing/debug/show-label-comments", false); _page_io.add_line( false, "", _misc_comment, "", |
