diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-02-28 19:17:19 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-02-28 19:17:19 +0000 |
| commit | db4877326b4f4cbb4f1850b847dea0578a7ff830 (patch) | |
| tree | 226ebec07b24df7670a60236f8ccae742a5c858b | |
| parent | Fix #331864 (diff) | |
| download | inkscape-db4877326b4f4cbb4f1850b847dea0578a7ff830.tar.gz inkscape-db4877326b4f4cbb4f1850b847dea0578a7ff830.zip | |
typo
(bzr r7391)
| -rw-r--r-- | share/extensions/uniconv-ext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/uniconv-ext.py b/share/extensions/uniconv-ext.py index 91ae72150..32537a5f2 100644 --- a/share/extensions/uniconv-ext.py +++ b/share/extensions/uniconv-ext.py @@ -41,7 +41,7 @@ except ImportError: if cmd == 'none' : sys.stderr.write('You need to install the UniConvertor software.\n'+\ - 'For GNU/Linux: install the packge python-uniconvertor.\n'+\ + 'For GNU/Linux: install the package python-uniconvertor.\n'+\ 'For Windows: download it from\n'+\ 'http://sk1project.org/modules.php?name=Products&product=uniconvertor\n') else : |
