diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-04-21 15:15:15 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-04-21 15:15:15 +0000 |
| commit | 65d415539e886a71f3bf72d76cc643dd47df977e (patch) | |
| tree | 1b6c55440e3cd469ec53db20e6f120f9d692993b /share/extensions | |
| parent | UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without ver... (diff) | |
| download | inkscape-65d415539e886a71f3bf72d76cc643dd47df977e.tar.gz inkscape-65d415539e886a71f3bf72d76cc643dd47df977e.zip | |
Translations. Invalid markup in the scour extension.
(bzr r10188)
Diffstat (limited to 'share/extensions')
| -rw-r--r-- | share/extensions/scour.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/scour.inx b/share/extensions/scour.inx index b97dc0b9c..895f446c5 100644 --- a/share/extensions/scour.inx +++ b/share/extensions/scour.inx @@ -17,7 +17,7 @@ <param name="enable-comment-stripping" type="boolean" _gui-text="Remove comments">false</param> <param name="renderer-workaround" type="boolean" _gui-text="Work around renderer bugs">true</param> <param name="enable-viewboxing" type="boolean" _gui-text="Enable viewboxing">false</param> - <param name="strip-xml-prolog" type="boolean" _gui-text="Remove the <?xml?> declaration">false</param> + <param name="strip-xml-prolog" type="boolean" _gui-text="Remove the xml declaration">false</param> <param name="set-precision" type="int" _gui-text="Number of significant digits for coords">5</param> <param name="indent" type="enum" _gui-text="XML indentation (pretty-printing)"> <_item value="space">Space</_item> |
