summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2006-04-10 19:56:47 +0000
committeracspike <acspike@users.sourceforge.net>2006-04-10 19:56:47 +0000
commite993483f56acb9d6dbbf5fc8adc224cebca66806 (patch)
treef09c486375e4b1e21b262bf4c34a1b564ecf08d9 /src
parentFixed link order error (diff)
downloadinkscape-e993483f56acb9d6dbbf5fc8adc224cebca66806.tar.gz
inkscape-e993483f56acb9d6dbbf5fc8adc224cebca66806.zip
fix typo found by cornelius
(bzr r475)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}