summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-07-27 11:44:25 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-07-27 11:44:25 +0000
commit3ebd8c4550a8c8bf944e18fec8f3df3d2da5c1af (patch)
tree981526f208f9998ea858cfd55a2c946f72dcb02e /share
parentupdate to trunk (r13454) (diff)
parentProperly fix 1309050, revert incorrect fix for 601336 (diff)
downloadinkscape-3ebd8c4550a8c8bf944e18fec8f3df3d2da5c1af.tar.gz
inkscape-3ebd8c4550a8c8bf944e18fec8f3df3d2da5c1af.zip
update to trunk (r13472)
(bzr r13398.1.5)
Diffstat (limited to 'share')
-rwxr-xr-xshare/extensions/inkex.py2
-rw-r--r--share/symbols/FlowSymbols.svg6
2 files changed, 4 insertions, 4 deletions
diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py
index 947cb5b30..823242ede 100755
--- a/share/extensions/inkex.py
+++ b/share/extensions/inkex.py
@@ -168,7 +168,7 @@ class Effect:
try:
stream = open(self.svg_file, 'r')
except Exception:
- errormsg(_("Unable to open specified file: %s") % self.svg_file)
+ errormsg(_("Unable to open object member file: %s") % self.svg_file)
sys.exit()
# Finally, if the filename was not specified anywhere, use
diff --git a/share/symbols/FlowSymbols.svg b/share/symbols/FlowSymbols.svg
index a9dde4798..91495034e 100644
--- a/share/symbols/FlowSymbols.svg
+++ b/share/symbols/FlowSymbols.svg
@@ -110,7 +110,7 @@
</symbol>
<symbol id="AuxillaryOp">
- <title>Auxillary Operation</title>
+ <title>Auxiliary Operation</title>
<desc>Offline operation.</desc>
<rect x="35" y="35" width="80" height="80" style="stroke-width:2"/>
</symbol>
@@ -123,12 +123,12 @@
<symbol id="Extract">
<title>Extract</title>
- <desc>Removel of one or more specific sets of times from a set. (ISO)</desc>
+ <desc>Removal of one or more specific sets of times from a set. (ISO)</desc>
<path d="m 35,115 40,-70 40,70 z" style="stroke-width:2"/>
</symbol>
<symbol id="Terminal">
- <title>Terminal/Interupt</title>
+ <title>Terminal/Interrupt</title>
<desc>A terminal point in a flowchart: start, stop, halt, etc.</desc>
<path d="m 35,95 a 20,20 0 0 1 0,-40 l 80,0 a 20,20 0 0 1 0,40 z" style="stroke-width:2"/>
</symbol>