From acaf3e7b7956283070138185e6e62512f9f23cd1 Mon Sep 17 00:00:00 2001 From: prokoudine Date: Tue, 19 Aug 2008 16:23:21 +0000 Subject: [PATCH] fixed a typo --- src/extension/internal/filter/cutout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_() */ "\n" -- 2.30.2