summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2008-08-19 16:23:21 +0000
committerprokoudine <prokoudine@users.sourceforge.net>2008-08-19 16:23:21 +0000
commite1869c835ac62deb79a5fccaf248ad2d86491e73 (patch)
tree408ec3bac47d0591a0b1a997ee661484b60872ba /src
parentDeactivate unit selector when measuring info is off (diff)
downloadinkscape-e1869c835ac62deb79a5fccaf248ad2d86491e73.tar.gz
inkscape-e1869c835ac62deb79a5fccaf248ad2d86491e73.zip
fixed a typo
(bzr r6703)
Diffstat (limited to 'src')
-rw-r--r--src/extension/internal/filter/cutout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/filter/cutout.h b/src/extension/internal/filter/cutout.h
index 7a48eca9a..897692d03 100644
--- a/src/extension/internal/filter/cutout.h
+++ b/src/extension/internal/filter/cutout.h
@@ -21,7 +21,7 @@ class Cutout : public Inkscape::Extension::Internal::Filter::Filter {
public:
static void init (void) {
filter_init("cutout", /* ID -- should be unique */
- N_("Coutout"), /* Name in the menus, should have a N_() around it for translation */
+ N_("Cutout"), /* Name in the menus, should have a N_() around it for translation */
N_("Artist text"),
/* Menu tooltip to help users understand the name. Should also have a N_() */
"<filter>\n"