summaryrefslogtreecommitdiffstats
path: root/share/extensions
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-10-09 19:09:49 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-10-09 19:09:49 +0000
commit30422af227381c9aa900690586d25adec4fa262f (patch)
tree7340251d612de5cc98ec63995e33b516a38b1130 /share/extensions
parentWin32. Fix for Bug #627943 (Unexpected RegistryTool message on Windows 7). (diff)
downloadinkscape-30422af227381c9aa900690586d25adec4fa262f.tar.gz
inkscape-30422af227381c9aa900690586d25adec4fa262f.zip
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and message, localization context needed) by Yuri Chornoivan.
Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
Diffstat (limited to 'share/extensions')
-rwxr-xr-xshare/extensions/polyhedron_3d.py2
-rwxr-xr-xshare/extensions/svg2fxg.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/polyhedron_3d.py b/share/extensions/polyhedron_3d.py
index 1aea7fc51..d1d6adc0f 100755
--- a/share/extensions/polyhedron_3d.py
+++ b/share/extensions/polyhedron_3d.py
@@ -473,7 +473,7 @@ class Poly_3D(inkex.Effect):
'transform':poly_transform }
poly = inkex.etree.SubElement(self.current_layer, 'g', poly_attribs)#the group to put everything in
- #TRANFORMATION OF THE OBJECT (ROTATION, SCALE, ETC)
+ #TRANSFORMATION OF THE OBJECT (ROTATION, SCALE, ETC)
trans_mat = mat(identity(3, float)) #init. trans matrix as identity matrix
for i in range(1, 7):#for each rotation
diff --git a/share/extensions/svg2fxg.xsl b/share/extensions/svg2fxg.xsl
index 4ccd62f27..db9f61f22 100755
--- a/share/extensions/svg2fxg.xsl
+++ b/share/extensions/svg2fxg.xsl
@@ -456,7 +456,7 @@ extension-element-prefixes="math">
<!--
// Gradient transform //
Not implemented yet
- Gradient positioning and tranformation are very different in FXG
+ Gradient positioning and transformation are very different in FXG
-->
<xsl:template name="gradient_transform">
<xsl:param name="transform" />