summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2bbda33)
raw | patch | inline | side by side (parent: 2bbda33)
author | acspike <acspike@users.sourceforge.net> | |
Mon, 10 Apr 2006 19:56:47 +0000 (19:56 +0000) | ||
committer | acspike <acspike@users.sourceforge.net> | |
Mon, 10 Apr 2006 19:56:47 +0000 (19:56 +0000) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index a1e87b854be7f3768621bfb83381a3d6887d7c6c..4dd20682ffa0eefd26ed1e59c1ff55a1b9f64b77 100644 (file)
_("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);
}