summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2013-05-01 16:56:33 +0000
committerKris <Kris.De.Gussem@hotmail.com>2013-05-01 16:56:33 +0000
commitc485b348b2fbb21a11ca196a021f2493c27d9b62 (patch)
tree79be993ea9b104cd9a23175faee1049911c24139 /share
parentUpdate minimum window size logic for cases when not saving window positions. (diff)
downloadinkscape-c485b348b2fbb21a11ca196a021f2493c27d9b62.tar.gz
inkscape-c485b348b2fbb21a11ca196a021f2493c27d9b62.zip
Fix UI after inclusion of gimp style sliders
(bzr r12317)
Diffstat (limited to 'share')
-rw-r--r--share/extensions/color_HSL_adjust.inx6
-rw-r--r--share/extensions/guillotine.inx6
-rw-r--r--share/extensions/param_curves.inx14
-rw-r--r--share/extensions/replace_font.inx4
4 files changed, 15 insertions, 15 deletions
diff --git a/share/extensions/color_HSL_adjust.inx b/share/extensions/color_HSL_adjust.inx
index b5a18c419..bf86a9856 100644
--- a/share/extensions/color_HSL_adjust.inx
+++ b/share/extensions/color_HSL_adjust.inx
@@ -7,11 +7,11 @@
<dependency type="executable" location="extensions">simplestyle.py</dependency>
<param name="tab" type="notebook">
<page name="Options" _gui-text="Options">
- <param name="hue" type="int" appearance="full" min="-360" max="360" indent="0" _gui-text="Hue (°):">0</param>
+ <param name="hue" type="int" appearance="full" min="-360" max="360" indent="0" _gui-text="Hue (°)">0</param>
<param name="random_h" type="boolean" _gui-text="Random hue">false</param>
- <param name="saturation" type="int" appearance="full" min="-100" max="100" indent="0" _gui-text="Saturation (%):">0</param>
+ <param name="saturation" type="int" appearance="full" min="-100" max="100" indent="0" _gui-text="Saturation (%)">0</param>
<param name="random_s" type="boolean" _gui-text="Random saturation">false</param>
- <param name="lightness" type="int" appearance="full" min="-100" max="100" indent="0" _gui-text="Lightness (%):">0</param>
+ <param name="lightness" type="int" appearance="full" min="-100" max="100" indent="0" _gui-text="Lightness (%)">0</param>
<param name="random_l" type="boolean" _gui-text="Random lightness">false</param>
</page>
<page name="Help" _gui-text="Help">
diff --git a/share/extensions/guillotine.inx b/share/extensions/guillotine.inx
index 6e2aa000e..3cf34cc5e 100644
--- a/share/extensions/guillotine.inx
+++ b/share/extensions/guillotine.inx
@@ -8,9 +8,9 @@
<dependency type="executable" location="extensions">guillotine.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="directory" type="string" _gui-text="Directory to save images to">~/</param>
- <param name="image" type="string" _gui-text="Image name (without extension)">guillotined</param>
- <param name="ignore" type="boolean" _gui-text="Ignore these settings and use export hints?">false</param>
+ <param name="directory" type="string" _gui-text="Directory to save images to:">~/</param>
+ <param name="image" type="string" _gui-text="Image name (without extension):">guillotined</param>
+ <param name="ignore" type="boolean" _gui-text="Ignore these settings and use export hints">false</param>
<effect needs-live-preview="false">
<object-type>all</object-type>
diff --git a/share/extensions/param_curves.inx b/share/extensions/param_curves.inx
index 25018c5e5..53d4e1337 100644
--- a/share/extensions/param_curves.inx
+++ b/share/extensions/param_curves.inx
@@ -8,11 +8,11 @@
<page name="sampling" _gui-text="Range and Sampling">
<param name="t_start" type="float" min="-1000.0" max="1000.0" _gui-text="Start t-value:">0.0</param>
<param name="t_end" type="float" min="-1000.0" max="1000.0" _gui-text="End t-value:">1.0</param>
- <param name="times2pi" type="boolean" _gui-text="Multiply t-range by 2*pi:">true</param>
- <param name="xleft" type="float" min="-1000.0" max="1000.0" _gui-text="x-value of rectangle's left:">-1.0</param>
- <param name="xright" type="float" min="-1000.0" max="1000.0" _gui-text="x-value of rectangle's right:">1.0</param>
- <param name="ybottom" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's bottom:">-1.0</param>
- <param name="ytop" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's top:">1.0</param>
+ <param name="times2pi" type="boolean" _gui-text="Multiply t-range by 2*pi">true</param>
+ <param name="xleft" type="float" min="-1000.0" max="1000.0" _gui-text="X-value of rectangle's left:">-1.0</param>
+ <param name="xright" type="float" min="-1000.0" max="1000.0" _gui-text="X-value of rectangle's right:">1.0</param>
+ <param name="ybottom" type="float" min="-1000.0" max="1000.0" _gui-text="Y-value of rectangle's bottom:">-1.0</param>
+ <param name="ytop" type="float" min="-1000.0" max="1000.0" _gui-text="Y-value of rectangle's top:">1.0</param>
<param name="samples" type="int" min="2" max="1000" _gui-text="Samples:">30</param>
<param name="isoscale" type="boolean" _gui-text="Isotropic scaling">false</param>
<_param name="isoscaledesc" type="description">When set, Isotropic scaling uses smallest of width/xrange or height/yrange</_param>
@@ -33,8 +33,8 @@ cosh(x); sinh(x); tanh(x).
The constants pi and e are also available.</_param>
</page>
</param>
- <param name="fofx" type="string" _gui-text="x-Function:">cos(3*t)</param>
- <param name="fofy" type="string" _gui-text="y-Function:">sin(5*t)</param>
+ <param name="fofx" type="string" _gui-text="X-Function:">cos(3*t)</param>
+ <param name="fofy" type="string" _gui-text="Y-Function:">sin(5*t)</param>
<param name="remove" type="boolean" _gui-text="Remove rectangle">true</param>
<param name="drawaxis" type="boolean" _gui-text="Draw Axes">false</param>
<effect>
diff --git a/share/extensions/replace_font.inx b/share/extensions/replace_font.inx
index 8ec90904b..265acdb0b 100644
--- a/share/extensions/replace_font.inx
+++ b/share/extensions/replace_font.inx
@@ -9,8 +9,8 @@
<param name="action" type="notebook">
<page name="find_replace" _gui-text="Find and Replace font">
- <param name="fr_find" type="string" _gui-text="Find this font: "></param>
- <param name="fr_replace" type="string" _gui-text="And replace with: "></param>
+ <param name="fr_find" type="string" _gui-text="Find font: "></param>
+ <param name="fr_replace" type="string" _gui-text="Replace with: "></param>
</page>
<page name="replace_all" _gui-text="Replace font">
<param name="r_replace" type="string" _gui-text="Replace all fonts with: "></param>