diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-05-13 11:18:04 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-05-13 11:18:04 +0000 |
| commit | b33ae1af76aeebf2c8a60b8d3f3283a7646c5530 (patch) | |
| tree | f5fe98bb232b74c6f0dd37a9111f02b13b0e99cc /share | |
| parent | Add ability to set icons to insensitive. Used to disable "Justify" (diff) | |
| download | inkscape-b33ae1af76aeebf2c8a60b8d3f3283a7646c5530.tar.gz inkscape-b33ae1af76aeebf2c8a60b8d3f3283a7646c5530.zip | |
i18n, extensions. Fix untranslatable XML elements when the value contains entities (Bug #570740).
Fixed bugs:
- https://launchpad.net/bugs/570740
(bzr r9409)
Diffstat (limited to 'share')
| -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"> |
