diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-11-05 21:06:17 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-11-05 21:06:17 +0000 |
| commit | 42eb288d19390918f05c6f0754e45d25f9881a19 (patch) | |
| tree | dc7aeeb549787b61f1b219225c925998a5581186 /share | |
| parent | Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha... (diff) | |
| download | inkscape-42eb288d19390918f05c6f0754e45d25f9881a19.tar.gz inkscape-42eb288d19390918f05c6f0754e45d25f9881a19.zip | |
Fixing typos found by Firas Hanife.
(bzr r13673)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/dimension.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/dimension.inx b/share/extensions/dimension.inx index 343ad27bf..d89e5afa4 100644 --- a/share/extensions/dimension.inx +++ b/share/extensions/dimension.inx @@ -7,7 +7,7 @@ <dependency type="executable" location="extensions">pathmodifier.py</dependency> <param name="xoffset" type="float" min="0" max="1000" _gui-text="X Offset:">50</param> <param name="yoffset" type="float" min="0" max="1000" _gui-text="Y Offset:">50</param> - <param name="type" type="enum" _gui-text="Bounding box type :"> + <param name="type" type="enum" _gui-text="Bounding box type:"> <_item value="geometric">Geometric</_item> <_item value="visual">Visual</_item> </param> |
