diff options
Diffstat (limited to 'share/extensions')
| -rw-r--r-- | share/extensions/scour.inx | 2 | ||||
| -rw-r--r-- | share/extensions/webslicer_create_rect.inx | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/share/extensions/scour.inx b/share/extensions/scour.inx index 472643dce..e5b6e90f5 100644 --- a/share/extensions/scour.inx +++ b/share/extensions/scour.inx @@ -26,7 +26,7 @@ <_param name="instructions" type="description" xml:space="preserve">This extension optimizes the SVG file according to the following options: * Simplify colors: convert all colors to #RRGGBB format. * Style to xml: convert styles into XML attributes. - * Group collapsing: collapse <g> elements. + * Group collapsing: collapse group elements. * Enable id stripping: remove all un-referenced ID attributes. * Embed rasters: embed rasters as base64-encoded data. * Keep editor data: don't remove Inkscape, Sodipodi or Adobe Illustrator elements and attributes. diff --git a/share/extensions/webslicer_create_rect.inx b/share/extensions/webslicer_create_rect.inx index 651dda668..035b3439e 100644 --- a/share/extensions/webslicer_create_rect.inx +++ b/share/extensions/webslicer_create_rect.inx @@ -13,7 +13,8 @@ </param> <param name="dpi" type="float" min="1" max="9999" _gui-text="DPI:">90</param> <param name="dimension" type="string" _gui-text="Force Dimension:"></param> - <_param name="help-dimension1" type="description">Force Dimension must be set as "<width>x<height>"</_param> +<!-- i18n. Description duplicated in a fake value attribute in order to make it translatable --> + <param name="help-dimension1" type="description" _value="Force Dimension must be set as <width>x<height>">Force Dimension must be set as <width>x<height></param> <_param name="help-dimension2" type="description">If set, this will replace DPI.</_param> <param name="bg-color" type="string" _gui-text="Background color:"></param> <param name="tab" type="notebook"> |
