diff options
| author | Luca Bruno <lucab@debian.org> | 2009-05-29 17:54:57 +0000 |
|---|---|---|
| committer | luca_bruno <luca_bruno@users.sourceforge.net> | 2009-05-29 17:54:57 +0000 |
| commit | bde9a94ee261763486faf43367835e9afd71578a (patch) | |
| tree | 2cb21c23afe2afe3e96973c234cf91a4e132624f /src | |
| parent | Fixed area_enlarge in couple filters, to prevent white lines in rendering (diff) | |
| download | inkscape-bde9a94ee261763486faf43367835e9afd71578a.tar.gz inkscape-bde9a94ee261763486faf43367835e9afd71578a.zip | |
* Just a couple of string fixes
(bzr r7962)
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 9cb08c7f5..2313cf57f 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -219,7 +219,7 @@ void InkscapePreferences::initPageSnapping() _("After snapping, a symbol is drawn at the point that has snapped")); _snap_delay.init("/options/snapdelay/value", 0, 1000, 50, 100, 300, 0); - _page_snapping.add_line( false, _("Delay (in msec):"), _snap_delay, "", + _page_snapping.add_line( false, _("Delay (in ms):"), _snap_delay, "", _("Postpone snapping as long as the mouse is moving, and then wait an additional fraction of a second. This additional delay is specified here. When set to zero or to a very small number, snapping will be immediate"), true); _snap_closest_only.init( _("Only snap the node closest to the pointer"), "/options/snapclosestonly/value", false); @@ -1113,7 +1113,7 @@ void InkscapePreferences::initPageAutosave() _autosave_autosave_interval.init("/options/autosave/interval", 1.0, 10800.0, 1.0, 10.0, 10.0, true, false); _page_autosave.add_line(true, _("Interval (in minutes):"), _autosave_autosave_interval, "", _("Interval (in minutes) at which document will be autosaved"), false); _autosave_autosave_path.init("/options/autosave/path", true); - _page_autosave.add_line(true, _("Path:"), _autosave_autosave_path, "", _("The directory where autosaves will be written"), false); + _page_autosave.add_line(true, Q_("filesystem|Path:"), _autosave_autosave_path, "", _("The directory where autosaves will be written"), false); _autosave_autosave_max.init("/options/autosave/max", 1.0, 100.0, 1.0, 10.0, 10.0, true, false); _page_autosave.add_line(true, _("Maximum number of autosaves:"), _autosave_autosave_max, "", _("Maximum number of autosaved files; use this to limit the storage space used"), false); |
