diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-10-13 23:12:23 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-10-13 23:12:23 +0000 |
| commit | 162b892e2dd76ff4a028b9f0239eb6d8b1aa9452 (patch) | |
| tree | 406287a2dbd344842b8071ec9e3b40d1eca8322b /share | |
| parent | Shift key should disable snapping when dragging a handle in the node tool (diff) | |
| download | inkscape-162b892e2dd76ff4a028b9f0239eb6d8b1aa9452.tar.gz inkscape-162b892e2dd76ff4a028b9f0239eb6d8b1aa9452.zip | |
GTK+ 3: Fix crash with live-preview checkbox in extensions dialog
Fixed bugs:
- https://launchpad.net/bugs/1012741
(bzr r11792)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/gears.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/gears.inx b/share/extensions/gears.inx index f5bc23550..78d556b4a 100644 --- a/share/extensions/gears.inx +++ b/share/extensions/gears.inx @@ -13,7 +13,7 @@ <_option value="in">in</_option> <_option value="mm">mm</_option> </param> - <_param name="unit_text" type="description">Unit of measure for both circular pitch and center diameter.</_param> + <_param name="unit_text" type="description">Unit of measurement for both circular pitch and center diameter.</_param> <effect> <object-type>all</object-type> <effects-menu> |
