summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes Hochreiner <hannes@hochreiner.net>2011-01-10 20:21:50 +0000
committerHannes Hochreiner <hannes@hochreiner.net>2011-01-10 20:21:50 +0000
commit46ea8340f1da0fe66ba658dc0e5c2760e6eb378c (patch)
tree4c8a6f881fba59420195c2251fa219a5c909dd7b
parentExport. add emf text rotation (Bug 681262) (diff)
downloadinkscape-46ea8340f1da0fe66ba658dc0e5c2760e6eb378c.tar.gz
inkscape-46ea8340f1da0fe66ba658dc0e5c2760e6eb378c.zip
Updated the text of the JessyInk effect extension to make translation easier (bug #672821).
(bzr r10002)
-rw-r--r--share/extensions/jessyInk_effects.inx4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/jessyInk_effects.inx b/share/extensions/jessyInk_effects.inx
index 3a8a03df8..ce55b3859 100644
--- a/share/extensions/jessyInk_effects.inx
+++ b/share/extensions/jessyInk_effects.inx
@@ -12,7 +12,7 @@
<param name="effectIn" type="optiongroup" _gui-text="Type:">
<_option value="none">None (default)</_option>
<_option value="appear">Appear</_option>
- <_option value="fade">Fade</_option>
+ <_option value="fade">Fade in</_option>
<_option value="pop">Pop</_option>
</param>
<_param name="effectOutLabel" type="description">Build-out effect</_param>
@@ -21,7 +21,7 @@
<param name="effectOut" type="optiongroup" _gui-text="Type:">
<_option value="none">None (default)</_option>
<_option value="appear">Appear</_option>
- <_option value="fade">Fade</_option>
+ <_option value="fade">Fade out</_option>
<_option value="pop">Pop</_option>
</param>
</page>