diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2016-05-30 12:11:30 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-05-30 12:11:30 +0000 |
| commit | 7e9188403fa51b29bc0c17a0921b7ff78b1ae9df (patch) | |
| tree | df8498c2fdb1dfdc84ad67a80641b271ec79747b | |
| parent | [Bug #1545771] Rename Drawing Shortcut Group to X-Drawing Shortcut Group. (diff) | |
| download | inkscape-7e9188403fa51b29bc0c17a0921b7ff78b1ae9df.tar.gz inkscape-7e9188403fa51b29bc0c17a0921b7ff78b1ae9df.zip | |
Extensions. Fixing description in Seamless pattern.
(bzr r14925)
| -rw-r--r-- | share/extensions/seamless_pattern.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/seamless_pattern.inx b/share/extensions/seamless_pattern.inx index f63872272..219319b85 100644 --- a/share/extensions/seamless_pattern.inx +++ b/share/extensions/seamless_pattern.inx @@ -6,7 +6,7 @@ <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="help-info" type="description">This extension overwrite current document</_param> + <_param name="help-info" type="description">This extension overwrites the current document</_param> <effect needs-live-preview="false"> <object-type>All</object-type> |
