diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2014-12-28 19:50:52 +0000 |
|---|---|---|
| committer | Kris De Gussem <Kris.De.Gussem@hotmail.com> | 2014-12-28 19:50:52 +0000 |
| commit | 9987267a71af9f69277ffc64ecae2498d3854bc4 (patch) | |
| tree | addb1271895a59a1a3c10d43ae598d3d5001a395 | |
| parent | static code analysis: initialisation (diff) | |
| download | inkscape-9987267a71af9f69277ffc64ecae2498d3854bc4.tar.gz inkscape-9987267a71af9f69277ffc64ecae2498d3854bc4.zip | |
UI messages typo
(bzr r13828)
| -rw-r--r-- | share/extensions/seamless_pattern.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/seamless_pattern.inx b/share/extensions/seamless_pattern.inx index fe4098e05..f63872272 100644 --- a/share/extensions/seamless_pattern.inx +++ b/share/extensions/seamless_pattern.inx @@ -4,8 +4,8 @@ <id>org.inkscape.render.seamless_pattern</id> <dependency type="executable" location="extensions">seamless_pattern.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> - <param name="width" _gui-text="Custom Width (px.):" type="int" min="1" max="99999999">100</param> - <param name="height" _gui-text="Custom Height (px.):" type="int" min="1" max="99999999">100</param> + <param name="width" _gui-text="Custom Width (px):" type="int" min="1" max="99999999">100</param> + <param name="height" _gui-text="Custom Height (px):" type="int" min="1" max="99999999">100</param> <_param name="help-info" type="description">This extension overwrite current document</_param> <effect needs-live-preview="false"> |
