From: helix84 Date: Wed, 6 May 2009 15:48:49 +0000 (+0000) Subject: * [INTL:*] fixed typos (by Yuri Chornoivan) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=63e3b8a7c227f111c060e81e1941679a156b1999;p=inkscape.git * [INTL:*] fixed typos (by Yuri Chornoivan) --- diff --git a/share/extensions/svgcalendar.py b/share/extensions/svgcalendar.py index c5fddd940..b62863927 100755 --- a/share/extensions/svgcalendar.py +++ b/share/extensions/svgcalendar.py @@ -57,7 +57,7 @@ class SVGCalendar (inkex.Effect): self.OptionParser.add_option("--auto-organize", action="store", type="inkbool", dest="auto_organize", default=True, - help='Authomaticaly set the size and positions.') + help='Automatically set the size and positions.') self.OptionParser.add_option("--months-per-line", action="store", type="int", dest="months_per_line", default=3, diff --git a/share/extensions/web-set-att.inx b/share/extensions/web-set-att.inx index af6461aa1..e8caa94ea 100644 --- a/share/extensions/web-set-att.inx +++ b/share/extensions/web-set-att.inx @@ -1,6 +1,6 @@ - <_name>Set Atributes + <_name>Set Attributes org.inkscape.web.set-att web-set-att.py inkex.py diff --git a/src/extension/internal/bitmap/edge.cpp b/src/extension/internal/bitmap/edge.cpp index 0042e54e1..af0ec1205 100644 --- a/src/extension/internal/bitmap/edge.cpp +++ b/src/extension/internal/bitmap/edge.cpp @@ -41,7 +41,7 @@ Edge::init(void) "\n" "\n" "\n" - "" N_("Hilight edges of selected bitmap(s).") "\n" + "" N_("Highlight edges of selected bitmap(s).") "\n" "\n" "\n", new Edge()); } diff --git a/src/extension/internal/bitmap/emboss.cpp b/src/extension/internal/bitmap/emboss.cpp index f55fbebe9..98c245b37 100644 --- a/src/extension/internal/bitmap/emboss.cpp +++ b/src/extension/internal/bitmap/emboss.cpp @@ -43,7 +43,7 @@ Emboss::init(void) "\n" "\n" "\n" - "" N_("Emboss selected bitmap(s) -- hilight edges with 3D effect.") "\n" + "" N_("Emboss selected bitmap(s) -- highlight edges with 3D effect.") "\n" "\n" "\n", new Emboss()); } diff --git a/src/live_effects/lpe-dynastroke.cpp b/src/live_effects/lpe-dynastroke.cpp index 77fc86ddf..0c97d50f0 100644 --- a/src/live_effects/lpe-dynastroke.cpp +++ b/src/live_effects/lpe-dynastroke.cpp @@ -57,7 +57,7 @@ find_corners (Geom::Piecewise > const &m){ //TODO: allow fancy ends. static const Util::EnumData DynastrokeMethodData[DSM_END] = { - {DSM_ELLIPTIC_PEN, N_("Ellipitic Pen"), "elliptic_pen"}, + {DSM_ELLIPTIC_PEN, N_("Elliptic Pen"), "elliptic_pen"}, {DSM_THICKTHIN_FAST, N_("Thick-Thin strokes (fast)"), "thickthin_fast"}, {DSM_THICKTHIN_SLOW, N_("Thick-Thin strokes (slow)"), "thickthin_slow"} }; diff --git a/src/live_effects/lpe-sketch.cpp b/src/live_effects/lpe-sketch.cpp index 7a564ef01..e3354bff9 100644 --- a/src/live_effects/lpe-sketch.cpp +++ b/src/live_effects/lpe-sketch.cpp @@ -56,7 +56,7 @@ LPESketch::LPESketch(LivePathEffectObject *lpeobject) : _("Scale factor relating curvature and length of construction lines (try 5*offset)"), "tgtscale", &wr, this, 10.0), tgtlength(_("Max. length"), _("Maximum length of construction lines"), "tgtlength", &wr, this, 100.0), tgtlength_rdm(_("Length variation"), _("Random variation of the length of construction lines"), "tgtlength_rdm", &wr, this, .3), - tgt_places_rdmness(_("Placement randomness"), _("0: evenly distributed construcion lines, 1: purely random placement"), "tgt_places_rdmness", &wr, this, 1.) + tgt_places_rdmness(_("Placement randomness"), _("0: evenly distributed construction lines, 1: purely random placement"), "tgt_places_rdmness", &wr, this, 1.) #ifdef LPE_SKETCH_USE_CURVATURE ,min_curvature(_("k_min"), _("min curvature"), "k_min", &wr, this, 4.0) ,max_curvature(_("k_max"), _("max curvature"), "k_max", &wr, this, 1000.0) diff --git a/src/main.cpp b/src/main.cpp index 37dff7cde..72cab584f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -450,7 +450,7 @@ struct poptOption options[] = { {"shell", 0, POPT_ARG_NONE, &sp_shell, SP_ARG_SHELL, - N_("Start Inkscape in interative shell mode."), + N_("Start Inkscape in interactive shell mode."), NULL}, POPT_AUTOHELP POPT_TABLEEND 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 feComposite 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 feComposite 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);