summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorIvan Mas??r <helix84@centrum.sk>2009-04-23 16:00:18 +0000
committerhelix84 <helix84@users.sourceforge.net>2009-04-23 16:00:18 +0000
commit15512452ae5a26d7912a4da7d2b625889978db84 (patch)
treea21195973bd539e879fc4d04fba16380019f7aeb /share
parentEvil work-around for Inkscape's lack of support for color-interpolation-filte... (diff)
downloadinkscape-15512452ae5a26d7912a4da7d2b625889978db84.tar.gz
inkscape-15512452ae5a26d7912a4da7d2b625889978db84.zip
translator comments and minor string fixes
(bzr r7763)
Diffstat (limited to 'share')
-rw-r--r--share/extensions/polyhedron_3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/polyhedron_3d.py b/share/extensions/polyhedron_3d.py
index a6a33ccdf..e659427b9 100644
--- a/share/extensions/polyhedron_3d.py
+++ b/share/extensions/polyhedron_3d.py
@@ -507,7 +507,7 @@ class Poly_3D(inkex.Effect):
draw_faces( z_list, transformed_pts, obj, so.shade, fill_col, st, poly)
else:#we cannot generate a list of faces from the edges without a lot of computation
- inkex.errormsg(_('Face Data Not Found. Ensure file contains face data, and check the file is imported as "Face-Specifed" under the "Model File" tab.\n'))
+ inkex.errormsg(_('Face Data Not Found. Ensure file contains face data, and check the file is imported as "Face-Specified" under the "Model File" tab.\n'))
else:
inkex.errormsg(_('Internal Error. No view type selected\n'))