diff options
Diffstat (limited to 'share/extensions/inkscape_help_commandline.inx')
| -rw-r--r-- | share/extensions/inkscape_help_commandline.inx | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/share/extensions/inkscape_help_commandline.inx b/share/extensions/inkscape_help_commandline.inx index b010296fc..b87b154f6 100644 --- a/share/extensions/inkscape_help_commandline.inx +++ b/share/extensions/inkscape_help_commandline.inx @@ -1,14 +1,15 @@ -<?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <_name>Command Line Options</_name> - <id>org.inkscape.help.commandline</id> - <dependency type="executable" location="extensions">launch_webbrowser.py</dependency> - <param name="url" gui-hidden="true" type="string">http://inkscape.org/doc/inkscape-man.html</param> - <effect needs-document="false"> - <object-type>all</object-type> - <effects-menu hidden="true"/> - </effect> - <script> - <command reldir="extensions" interpreter="python">launch_webbrowser.py</command> - </script> +<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <_name>Command Line Options</_name>
+ <id>org.inkscape.help.commandline</id>
+ <dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
+ <!-- i18n. Please don't translate it unless a page exists in your language -->
+ <_param name="url" gui-hidden="true" type="string">http://inkscape.org/doc/inkscape-man.html</_param>
+ <effect needs-document="false">
+ <object-type>all</object-type>
+ <effects-menu hidden="true" />
+ </effect>
+ <script>
+ <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
+ </script>
</inkscape-extension> |
