diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2013-11-21 21:17:22 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2013-11-21 21:17:22 +0000 |
| commit | f80bfb33d34b7e37087be7f826974e90ae86a39d (patch) | |
| tree | 00fc59d171c115ce7660866ddc57f8f0f2247900 /share | |
| parent | fix crash bug 1253721, document code with explanation (diff) | |
| download | inkscape-f80bfb33d34b7e37087be7f826974e90ae86a39d.tar.gz inkscape-f80bfb33d34b7e37087be7f826974e90ae86a39d.zip | |
UI messages
(bzr r12828)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/hershey.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/hershey.inx b/share/extensions/hershey.inx index 1fa3938a4..ed20c6bd3 100644 --- a/share/extensions/hershey.inx +++ b/share/extensions/hershey.inx @@ -11,13 +11,13 @@ <param name="text" type="string" _gui-text="Text:">Hershey Text for Inkscape</param> <param name="action" type="optiongroup" appearance="minimal" - _gui-text=" Action"> + _gui-text=" Action: "> <_option value="render">Typeset that text</_option> <_option value="table" >Write glyph table</_option> </param> <param name="fontface" type="optiongroup" appearance="minimal" - _gui-text=" Font face "> + _gui-text=" Font face: "> <_option value="futural">Sans 1-stroke</_option> <_option value="futuram">Sans bold</_option> |
