Code

textual patch from bug 408093
[inkscape.git] / share / extensions / polyhedron_3d.py
index ae73d6b27925c9da5f65274993bdfcee5a9f0e46..514ace94a8bd1a9d6ef8ff02895e262de4353f07 100644 (file)
@@ -57,7 +57,7 @@ _ = gettext.gettext
 try:
     from numpy import *
 except:
-    inkex.errormsg(_("Failed to import the numpy module. This module is required by this extension. Please install them and try again.  On a Debian-like system this can be done with the command, sudo apt-get install python-numpy."))
+    inkex.errormsg(_("Failed to import the numpy module. This module is required by this extension. Please install it and try again.  On a Debian-like system this can be done with the command, sudo apt-get install python-numpy."))
     sys.exit()
 
 #FILE IO ROUTINES