diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-12-05 06:27:05 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-12-05 06:27:05 +0000 |
| commit | c5a37f68e2e1e7dd0532ac8ace456444832e31f8 (patch) | |
| tree | c48f1af77571ef8099660dc0dca08e640743fa53 | |
| parent | Misc. cleanup (diff) | |
| download | inkscape-c5a37f68e2e1e7dd0532ac8ace456444832e31f8.tar.gz inkscape-c5a37f68e2e1e7dd0532ac8ace456444832e31f8.zip | |
GNU/Linux!
(bzr r6949)
| -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 f469816f1..91ae72150 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 Linux: install the packge python-uniconvertor.\n'+\ + 'For GNU/Linux: install the packge python-uniconvertor.\n'+\ 'For Windows: download it from\n'+\ 'http://sk1project.org/modules.php?name=Products&product=uniconvertor\n') else : |
