Code

fixed a typo
authorprokoudine <prokoudine@users.sourceforge.net>
Tue, 19 Aug 2008 16:23:21 +0000 (16:23 +0000)
committerprokoudine <prokoudine@users.sourceforge.net>
Tue, 19 Aug 2008 16:23:21 +0000 (16:23 +0000)
src/extension/internal/filter/cutout.h

index 7a48eca9a9c3d94aacc6b88c2dfeff081d69b6c6..897692d03495083d60963075d7fd9a9d2bf6dc33 100644 (file)
@@ -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"