diff options
| author | Ivan Mas??r <helix84@centrum.sk> | 2009-04-23 16:00:18 +0000 |
|---|---|---|
| committer | helix84 <helix84@users.sourceforge.net> | 2009-04-23 16:00:18 +0000 |
| commit | 15512452ae5a26d7912a4da7d2b625889978db84 (patch) | |
| tree | a21195973bd539e879fc4d04fba16380019f7aeb /share | |
| parent | Evil work-around for Inkscape's lack of support for color-interpolation-filte... (diff) | |
| download | inkscape-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.py | 2 |
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')) |
