summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorIvan Mas??r <helix84@centrum.sk>2009-05-06 15:48:49 +0000
committerhelix84 <helix84@users.sourceforge.net>2009-05-06 15:48:49 +0000
commit5a6e5b04e9b641b97fe813121583abb18a18acda (patch)
treecf1cef8582a105e723cca4806545f12281994213 /src/ui
parentusing uri syntax while importing files using xlink:href (diff)
downloadinkscape-5a6e5b04e9b641b97fe813121583abb18a18acda.tar.gz
inkscape-5a6e5b04e9b641b97fe813121583abb18a18acda.zip
* [INTL:*] fixed typos (by Yuri Chornoivan)
(bzr r7827)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/filter-effects-dialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/filter-effects-dialog.cpp b/src/ui/dialog/filter-effects-dialog.cpp
index ef72c8a00..e606d5257 100644
--- a/src/ui/dialog/filter-effects-dialog.cpp
+++ b/src/ui/dialog/filter-effects-dialog.cpp
@@ -644,7 +644,7 @@ private:
Inkscape::UI::Dialog::FileOpenDialog::create(
*_desktop->getToplevel(),
open_path,
- Inkscape::UI::Dialog::SVG_TYPES,/*TODO: any image, not justy svg*/
+ Inkscape::UI::Dialog::SVG_TYPES,/*TODO: any image, not just svg*/
(char const *)_("Select an image to be used as feImage input"));
}
@@ -2286,7 +2286,7 @@ void FilterEffectsDialog::update_primitive_infobox()
break;
case(NR_FILTER_COMPOSITE):
_infobox_icon.set_from_icon_name("feComposite-icon", Gtk::ICON_SIZE_DIALOG);
- _infobox_desc.set_markup(_("The <b>feComposite</b> filter primitive composites two images using one of the Porter-Duff blending modes or the aritmetic mode described in SVG standard. Porter-Duff blending modes are essentially logical operations between the corresponding pixel values of the images."));
+ _infobox_desc.set_markup(_("The <b>feComposite</b> filter primitive composites two images using one of the Porter-Duff blending modes or the arithmetic mode described in SVG standard. Porter-Duff blending modes are essentially logical operations between the corresponding pixel values of the images."));
break;
case(NR_FILTER_CONVOLVEMATRIX):
_infobox_icon.set_from_icon_name("feConvolveMatrix-icon", Gtk::ICON_SIZE_DIALOG);