summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-03-04 21:01:03 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-03-04 21:01:03 +0000
commit831721fea59c9ae61f9e51afcf1af07513e7c56e (patch)
treea4909c4ba6cf287ee42b5a638ba0a18df4f6b2a7 /share
parentpowerstroke: add miter cusp type. improve tangent detection for cusps drawing (diff)
downloadinkscape-831721fea59c9ae61f9e51afcf1af07513e7c56e.tar.gz
inkscape-831721fea59c9ae61f9e51afcf1af07513e7c56e.zip
Translations. Typo fix, templates update and Ukrainian translation update by Yuri Chornoivan.
(bzr r11047)
Diffstat (limited to 'share')
-rwxr-xr-xshare/extensions/gimp_xcf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/gimp_xcf.py b/share/extensions/gimp_xcf.py
index 3cd30ac10..de3d67de6 100755
--- a/share/extensions/gimp_xcf.py
+++ b/share/extensions/gimp_xcf.py
@@ -41,7 +41,7 @@ class GimpXCFGimpNotInstalled(GimpXCFError):
class GimpXCFScriptFuError(GimpXCFError):
def __init__(self):
- inkex.errormsg(_('An error occured while processing the XCF file.'))
+ inkex.errormsg(_('An error occurred while processing the XCF file.'))
class MyEffect(inkex.Effect):