Code

* Typo fixed, thanks to Kris (Closes: #377357)
authorluca_bruno <luca_bruno@users.sourceforge.net>
Sat, 16 May 2009 20:23:11 +0000 (20:23 +0000)
committerluca_bruno <luca_bruno@users.sourceforge.net>
Sat, 16 May 2009 20:23:11 +0000 (20:23 +0000)
share/extensions/web-set-att.py
share/extensions/web-transmit-att.py

index 183615ba80bd5e0e4c86c784e53261a5f9b9496b..7878cd20889d0d622bf0967fe841ed4ab7a15f77 100755 (executable)
@@ -49,7 +49,7 @@ class InkWebTransmitAtt(inkwebeffect.InkWebEffect):
       self.ensureInkWebSupport()
 
       if len(self.options.ids) < 2:
-        inkwebeffect.inkex.errormsg(_("You must to select at least two elements."))
+        inkwebeffect.inkex.errormsg(_("You must select at least two elements."))
         exit(1)
 
       elFrom = []
index 1e75e1b9bfe6c29a9bc5d2c676d0e095047ce55b..c597a41f09032bbc266fc9241079fe5fee36e5c5 100644 (file)
@@ -45,7 +45,7 @@ class InkWebTransmitAtt(inkwebeffect.InkWebEffect):
       self.ensureInkWebSupport()
 
       if len(self.options.ids) < 2:
-        inkwebeffect.inkex.errormsg(_("You must to select at least two elements."))
+        inkwebeffect.inkex.errormsg(_("You must select at least two elements."))
         exit(1)
 
       elFrom = []