summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2011-10-06 18:09:42 +0000
committerJazzyNico <nicoduf@yahoo.fr>2011-10-06 18:09:42 +0000
commit09a6e7e8970d8601814316d43a9e1f3c796e5808 (patch)
tree664a7ea8432d6d7c0fc9bc7e7c995f0703e6bbd1 /src
parentCleanup for src/forward.h. (About 19 of the affected files did not require th... (diff)
downloadinkscape-09a6e7e8970d8601814316d43a9e1f3c796e5808.tar.gz
inkscape-09a6e7e8970d8601814316d43a9e1f3c796e5808.zip
Translations. Ukrainian translation update and typo patch by Yuri Chornoivan.
(bzr r10668)
Diffstat (limited to 'src')
-rw-r--r--src/extension/internal/filter/color.h2
-rw-r--r--src/extension/internal/filter/transparency.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/extension/internal/filter/color.h b/src/extension/internal/filter/color.h
index 0f892365c..b6b194c8b 100644
--- a/src/extension/internal/filter/color.h
+++ b/src/extension/internal/filter/color.h
@@ -905,7 +905,7 @@ public:
"<name>" N_("Invert") "</name>\n"
"<id>org.inkscape.effect.filter.Invert</id>\n"
"<param name=\"channels\" gui-text=\"" N_("Invert channels:") "\" type=\"enum\">\n"
- "<_item value=\"0\">" N_("No invertion") "</_item>\n"
+ "<_item value=\"0\">" N_("No inversion") "</_item>\n"
"<_item value=\"1\">" N_("Red and blue") "</_item>\n"
"<_item value=\"2\">" N_("Red and green") "</_item>\n"
"<_item value=\"3\">" N_("Green and blue") "</_item>\n"
diff --git a/src/extension/internal/filter/transparency.h b/src/extension/internal/filter/transparency.h
index 4e91f8854..b29a0a1b3 100644
--- a/src/extension/internal/filter/transparency.h
+++ b/src/extension/internal/filter/transparency.h
@@ -32,7 +32,7 @@ namespace Filter {
/**
\brief Custom predefined Blend filter.
- Blend objecs with background images or with themselves
+ Blend objects with background images or with themselves
Filter's parameters:
* Source (enum [SourceGraphic,BackgroundImage], default BackgroundImage) -> blend (in2)
@@ -70,7 +70,7 @@ public:
"<submenu name=\"" N_("Fill and Transparency") "\"/>\n"
"</submenu>\n"
"</effects-menu>\n"
- "<menu-tip>" N_("Blend objecs with background images or with themselves") "</menu-tip>\n"
+ "<menu-tip>" N_("Blend objects with background images or with themselves") "</menu-tip>\n"
"</effect>\n"
"</inkscape-extension>\n", new Blend());
};