diff options
| author | Joel Holdsworth <joel@airwebreathe.org.uk> | 2008-01-18 19:04:33 +0000 |
|---|---|---|
| committer | joelholdsworth <joelholdsworth@users.sourceforge.net> | 2008-01-18 19:04:33 +0000 |
| commit | d4dab04ea3c1e089cf66cf96923be095113be005 (patch) | |
| tree | 4aebfec5767475a6fc417ef7971fe99547be2be1 | |
| parent | Updated Vietnamese translation (diff) | |
| download | inkscape-d4dab04ea3c1e089cf66cf96923be095113be005.tar.gz inkscape-d4dab04ea3c1e089cf66cf96923be095113be005.zip | |
Made the inside/outside radio buttons in the Spirograph extension inx translatable
(bzr r4556)
| -rw-r--r-- | share/extensions/spirograph.inx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/extensions/spirograph.inx b/share/extensions/spirograph.inx index 63ffa7c12..bc2e5354f 100644 --- a/share/extensions/spirograph.inx +++ b/share/extensions/spirograph.inx @@ -7,16 +7,16 @@ <param name="secondaryr" type="float" min="0.0" max="1000.0" _gui-text="r - Gear Radius (px)">60.0</param> <param name="penr" type="float" min="0.0" max="1000.0" _gui-text="d - Pen Radius (px)">50.0</param> <param name="gearplacement" type="optiongroup" _gui-text="Gear Placement"> - <option>Inside (Hypotrochoid)</option> - <option>Outside (Epitrochoid)</option> + <_option value="inside">Inside (Hypotrochoid)</_option> + <_option value="outside">Outside (Epitrochoid)</_option> </param> <param name="rotation" type="float" min="-360.0" max="360.0" _gui-text="Rotation (deg)">0.0</param> <param name="quality" type="int" min="1" max="100" _gui-text="Quality (Default = 16)">16</param> <effect> <object-type>all</object-type> - <effects-menu> - <submenu _name="Render"/> - </effects-menu> + <effects-menu> + <submenu _name="Render"/> + </effects-menu> </effect> <script> <command reldir="extensions" interpreter="python">spirograph.py</command> |
