From b6d0134d7b031d425c80e0fb696fb96173e00613 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Sat, 5 Jun 2010 19:13:09 +0400 Subject: [PATCH] Typo fix by Yuri Chornoivan --- share/extensions/Inkscape.pm | 8 ++++---- share/extensions/interp_att_g.py | 2 +- share/extensions/test/inkweb-debug.js | 2 +- share/extensions/webslicer_create_group.inx | 4 ++-- share/extensions/webslicer_create_rect.inx | 4 ++-- share/extensions/webslicer_export.inx | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/share/extensions/Inkscape.pm b/share/extensions/Inkscape.pm index b87762c0d..3e9027baa 100644 --- a/share/extensions/Inkscape.pm +++ b/share/extensions/Inkscape.pm @@ -166,14 +166,14 @@ sub generateSearchRegExp { =head3 setElAttribute - # Setting an atribute in a tag localizated it's id: + # Setting an attribute in a tag localizated it's id: $svg->setElAttribute {id=>'myDrawing'}, 'width', $w * 2; - # Setting an atribute in a tag localizated it's position: + # Setting an attribute in a tag localizated it's position: $svg->setElAttribute {tag=>'svg',pos=>0}, 'width', $w * 2; - # Setting an atribute in some tags localizated by atributes: + # Setting an attribute in some tags localizated by attributes: $svg->setElAttribute {tag=>'circle',r=>10}, 'r', 50; -This method will set an atribute in a tag or in a colection of tags, selected +This method will set an attribute in a tag or in a colection of tags, selected by the localizator hash. =cut diff --git a/share/extensions/interp_att_g.py b/share/extensions/interp_att_g.py index 503e4ec60..f23edaf36 100755 --- a/share/extensions/interp_att_g.py +++ b/share/extensions/interp_att_g.py @@ -29,7 +29,7 @@ class InterpAttG(inkex.Effect): self.OptionParser.add_option("-o", "--att-other", action="store", type="string", dest="att_other", - help="Other atribute (for a limited UI).") + help="Other attribute (for a limited UI).") self.OptionParser.add_option("-t", "--att-other-type", action="store", type="string", dest="att_other_type", diff --git a/share/extensions/test/inkweb-debug.js b/share/extensions/test/inkweb-debug.js index 3dd3a4541..a4035503a 100644 --- a/share/extensions/test/inkweb-debug.js +++ b/share/extensions/test/inkweb-debug.js @@ -253,7 +253,7 @@ InkWeb.__logSequence = function ( msg ) { InkWeb.logToString = function (conf) { /* Show the log in a formated string. - ** conf atributes: + ** conf attributes: ** format: a string to format the log itens. ** formatError: to format the error log itens. ** sep: the log itens separator string. diff --git a/share/extensions/webslicer_create_group.inx b/share/extensions/webslicer_create_group.inx index 6352c2066..2238a0901 100644 --- a/share/extensions/webslicer_create_group.inx +++ b/share/extensions/webslicer_create_group.inx @@ -6,8 +6,8 @@ webslicer_create_group.py inkex.py <_param name="about" type="description">Layout Group is only about to help a better code generation (if you need it). To use this, you must to select some "Slicer rectangles" first. - - + + <_item value="px">Pixel (fixed) <_item value="percent">Percent (relative to parent size) diff --git a/share/extensions/webslicer_create_rect.inx b/share/extensions/webslicer_create_rect.inx index 035b3439e..acf440cca 100644 --- a/share/extensions/webslicer_create_rect.inx +++ b/share/extensions/webslicer_create_rect.inx @@ -32,8 +32,8 @@ 256 - - + + <_param name="help-gif" type="description">Options for HTML export <_item value="bg-el-norepeat">Positioned html block element with the image as Background diff --git a/share/extensions/webslicer_export.inx b/share/extensions/webslicer_export.inx index eeb753add..3a7324370 100644 --- a/share/extensions/webslicer_export.inx +++ b/share/extensions/webslicer_export.inx @@ -5,8 +5,8 @@ webslicer_effect.py webslicer_export.py inkex.py - <_param name="about" type="description">All sliced images, and optionally code, will be generated as you had configured and saved to one directory. - + <_param name="about" type="description">All sliced images, and optionaly code, will be generated as you had configured and saved to one directory. + false true -- 2.30.2