From 6f36d86c2c9baacdead0695a39c3d04b49a18743 Mon Sep 17 00:00:00 2001 From: acspike Date: Mon, 10 Apr 2006 19:56:47 +0000 Subject: [PATCH] fix typo found by cornelius --- 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 a1e87b854..4dd20682f 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -523,7 +523,7 @@ void InkscapePreferences::initPageMisc() _("Uncheck this to use the bottom selected object as the clipping path or mask")); _misc_mask_remove.init ( _("Remove clipping path or mask after applying"), "options.maskobject", "remove", true); _page_misc.add_line(true, "", _misc_mask_remove, "", - _("Affter applying, remove the object used as the clipping path or mask from the drawing")); + _("After applying, remove the object used as the clipping path or mask from the drawing")); this->AddPage(_page_misc, _("Misc"), PREFS_PAGE_MISC); } -- 2.30.2