diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-09-06 17:28:38 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-09-06 17:28:38 +0000 |
| commit | 0a33d378a128ec9e2604f06643cb407460506ca8 (patch) | |
| tree | 92336cf72ebeeb4bd7d90e0d10836ac03c607c31 /share/extensions/motion.inx | |
| parent | Color preview in cursor (diff) | |
| download | inkscape-0a33d378a128ec9e2604f06643cb407460506ca8.tar.gz inkscape-0a33d378a128ec9e2604f06643cb407460506ca8.zip | |
Extensions. Consistency fix and UI improvements (Generate from path submenu).
(bzr r9744)
Diffstat (limited to 'share/extensions/motion.inx')
| -rw-r--r-- | share/extensions/motion.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/motion.inx b/share/extensions/motion.inx index effeb3937..8ffeb16ce 100644 --- a/share/extensions/motion.inx +++ b/share/extensions/motion.inx @@ -4,8 +4,8 @@ <id>org.ekips.filter.motion</id> <dependency type="executable" location="extensions">motion.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> - <param name="magnitude" type="float" min="0" max="1000" _gui-text="Magnitude">100</param> - <param name="angle" type="float" min="0.0" max="360.0" _gui-text="Angle">45</param> + <param name="magnitude" type="float" min="0" max="1000" _gui-text="Magnitude:">100</param> + <param name="angle" type="float" min="0.0" max="360.0" _gui-text="Angle:">45</param> <effect> <object-type>path</object-type> <effects-menu> |
