summaryrefslogtreecommitdiffstats
path: root/share
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 /share
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 'share')
-rwxr-xr-xshare/extensions/svgcalendar.py2
-rw-r--r--share/extensions/web-set-att.inx2
2 files changed, 2 insertions, 2 deletions
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 @@
<?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>