Code

fix typo found by cornelius
authoracspike <acspike@users.sourceforge.net>
Mon, 10 Apr 2006 19:56:47 +0000 (19:56 +0000)
committeracspike <acspike@users.sourceforge.net>
Mon, 10 Apr 2006 19:56:47 +0000 (19:56 +0000)
src/ui/dialog/inkscape-preferences.cpp

index a1e87b854be7f3768621bfb83381a3d6887d7c6c..4dd20682ffa0eefd26ed1e59c1ff55a1b9f64b77 100644 (file)
@@ -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);
 }