diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2014-07-23 05:22:20 +0000 |
|---|---|---|
| committer | Bryce Harrington <bryce@canonical.com> | 2014-07-23 05:22:20 +0000 |
| commit | 1c936f11fdd5ee331b805d8d0966f407121d6d08 (patch) | |
| tree | 11eca53c9d2360c89ddd52f91507c6f3b5b69a95 /share/extensions | |
| parent | .bzrignore: Ignore generated cxxtests.cpp (diff) | |
| download | inkscape-1c936f11fdd5ee331b805d8d0966f407121d6d08.tar.gz inkscape-1c936f11fdd5ee331b805d8d0966f407121d6d08.zip | |
inkex: Clarify a dupe error msg, for easier debugging
(bzr r13463)
Diffstat (limited to 'share/extensions')
| -rwxr-xr-x | share/extensions/inkex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py index 947cb5b30..823242ede 100755 --- a/share/extensions/inkex.py +++ b/share/extensions/inkex.py @@ -168,7 +168,7 @@ class Effect: try: stream = open(self.svg_file, 'r') except Exception: - errormsg(_("Unable to open specified file: %s") % self.svg_file) + errormsg(_("Unable to open object member file: %s") % self.svg_file) sys.exit() # Finally, if the filename was not specified anywhere, use |
