summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f93a8ec)
raw | patch | inline | side by side (parent: f93a8ec)
author | helix84 <helix84@users.sourceforge.net> | |
Wed, 6 May 2009 15:48:49 +0000 (15:48 +0000) | ||
committer | helix84 <helix84@users.sourceforge.net> | |
Wed, 6 May 2009 15:48:49 +0000 (15:48 +0000) |
index c5fddd94099bdfd5af874fbb64fc4954ca22f268..b62863927fee3b29653952512b993aca06935b7d 100755 (executable)
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,
index af6461aa1d72e152e4f5393b565dfde385ba021a..e8caa94ea4933b4dad80739e961e56b10e7b1b40 100644 (file)
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Set Atributes</_name>
+ <_name>Set Attributes</_name>
<id>org.inkscape.web.set-att</id>
<dependency type="executable" location="extensions">web-set-att.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
index 0042e54e1ab365bd5c1d7fd157c052c28e8535cc..af0ec1205b485d4c6eb0ced2969cd6a276e83375 100644 (file)
"<effects-menu>\n"
"<submenu name=\"" N_("Raster") "\" />\n"
"</effects-menu>\n"
- "<menu-tip>" N_("Hilight edges of selected bitmap(s).") "</menu-tip>\n"
+ "<menu-tip>" N_("Highlight edges of selected bitmap(s).") "</menu-tip>\n"
"</effect>\n"
"</inkscape-extension>\n", new Edge());
}
index f55fbebe931f5561ef571ff88db5a7c27aa53b7f..98c245b378cc7a23ddb86ef4d44e22494ff048cf 100644 (file)
"<effects-menu>\n"
"<submenu name=\"" N_("Raster") "\" />\n"
"</effects-menu>\n"
- "<menu-tip>" N_("Emboss selected bitmap(s) -- hilight edges with 3D effect.") "</menu-tip>\n"
+ "<menu-tip>" N_("Emboss selected bitmap(s) -- highlight edges with 3D effect.") "</menu-tip>\n"
"</effect>\n"
"</inkscape-extension>\n", new Emboss());
}
index 77fc86ddfeb6c90e89b0f31b7a7cc04d6af6ffcf..0c97d50f069848859e64ddfb3d7530744dccb60c 100644 (file)
//TODO: allow fancy ends.
static const Util::EnumData<DynastrokeMethod> 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"}
};
index 7a564ef0197dde9d1ff19040aabfa724f79ea5a7..e3354bff9541d127969ad321a5153fff2a7b58e3 100644 (file)
_("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 37dff7cdee19fde6b55cdbf881a845e8d70861ff..72cab584ff854eb4faf038266c421aa0a8e3fa8e 100644 (file)
--- a/src/main.cpp
+++ b/src/main.cpp
{"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
index ef72c8a00e3836ba0f077277a69c5eaa7bc70a5c..e606d525775be15c601582df00a098bf6ed3e792 100644 (file)
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"));
}
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);