Code

Typos are fixed, text is improved, still a lot of work to do to make this extension...
authorprokoudine <prokoudine@users.sourceforge.net>
Thu, 9 Apr 2009 17:07:36 +0000 (17:07 +0000)
committerprokoudine <prokoudine@users.sourceforge.net>
Thu, 9 Apr 2009 17:07:36 +0000 (17:07 +0000)
share/extensions/web-transmit-att.inx

index 205df8d816e5f5d43dd8ca45e2fbf2525d80e2cf..774f0f8dc2c2d371cfbe0c3b9996796af9afd248 100644 (file)
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
-  <_name>Transmit Atributes</_name>
+  <_name>Transmit Attributes</_name>
   <id>org.inkscape.web.transmit-att</id>
   <dependency type="executable" location="extensions">web-transmit-att.py</dependency>
   <dependency type="executable" location="extensions">inkex.py</dependency>
   <_param name="intro" type="description">This effect adds a feature visible (or usable) only on a SVG enabled web browser (like Firefox).</_param>
   <_param name="sep1" type="description">••••••••••••••••••••••••••••••••••••••••••••••••</_param>
-  <_param name="help" type="description">This effect transmit one or more attributes from the first selected element to the second when a event occurs.</_param>
+  <_param name="help" type="description">This effect transmits one or more attributes from the first selected element to the second when a event occurs.</_param>
   <_param name="sep2" type="description">••••••••••••••••••••••••••••••••••••••••••••••••</_param>
-  <_param name="help" type="description">If you want to transmit more then one attribute, you must separate this with a space, and only with a space.</_param>
+  <_param name="help" type="description">If you want to transmit more then one attribute, you should separate this with a space, and only with a space.</_param>
   <param name="att" type="string" _gui-text="Attribute to transmit">fill</param>
   <param name="when" type="enum" _gui-text="When to transmit">
     <_item value="onclick">on click</_item>
     <_item value="prepend">Run it before</_item>
     <_item value="replace">Replace</_item>
   </param>
-  <_param name="help" type="description">The next parameter is useful when you select more then two elements.</_param>
-  <param name="from-and-to" type="enum" _gui-text="Who transmit to Who?">
-    <_item value="g-to-one">All tramsmit to the last</_item>
-    <_item value="one-to-g">The first transmit to all</_item>
+  <_param name="help" type="description">The next parameter is useful when you select more than two elements</_param>
+  <param name="from-and-to" type="enum" _gui-text="Source and destination of transmitting">
+    <_item value="g-to-one">All attributes transmit to the last one</_item>
+    <_item value="one-to-g">The first attribute transmits to all</_item>
   </param>
   <effect>
     <object-type>all</object-type>