From ef4769d67ed662f5c453a659ec9b83282183b41f Mon Sep 17 00:00:00 2001 From: luca_bruno Date: Sat, 30 Dec 2006 11:49:53 +0000 Subject: [PATCH] typo fixed --- src/ui/dialog/inkscape-preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2