diff options
| author | Luca Bruno <lucab@debian.org> | 2006-12-30 11:49:53 +0000 |
|---|---|---|
| committer | luca_bruno <luca_bruno@users.sourceforge.net> | 2006-12-30 11:49:53 +0000 |
| commit | cffe7fd15cb92b5159e3dc2584e583fca6f4b560 (patch) | |
| tree | 517470f7449822968f85e9533bd1511c487f6014 /src | |
| parent | Fix for 1595030 (Stroke width after Union changed in a strange way). (diff) | |
| download | inkscape-cffe7fd15cb92b5159e3dc2584e583fca6f4b560.tar.gz inkscape-cffe7fd15cb92b5159e3dc2584e583fca6f4b560.zip | |
typo fixed
(bzr r2109)
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 79f2f08e7..caf86161a 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -572,7 +572,7 @@ void InkscapePreferences::initPageMisc() _("After applying, remove the object used as the clipping path or mask from the drawing")); _misc_use_ext_input.init( _("Use a pressure sensitive tablet or other device (requires restart)"), "options.useextinput", "value", true); _page_misc.add_line(true, "",_misc_use_ext_input, "", - _("Use the capablities of a tablet or other pressure sensitive device. Disable this only if you have problems with the tablet.")); + _("Use the capabilities of a tablet or other pressure sensitive device. Disable this only if you have problems with the tablet.")); this->AddPage(_page_misc, _("Misc"), PREFS_PAGE_MISC); } |
