diff options
author | Sam Spilsbury <sam.spilsbury@canonical.com> | 2010-12-07 23:17:48 +0800 |
---|---|---|
committer | Sam Spilsbury <sam.spilsbury@canonical.com> | 2010-12-07 23:17:48 +0800 |
commit | fcb6a54eac1c194da6d649e9fbaa6fa7df879312 (patch) | |
tree | d6953d49d7a6b53ce40cb53da5855517d50793bc /plugins | |
parent | 0f977d04aaa587d82939f693a0fae8b0ec7ab418 (diff) | |
download | compiz-with-glib-mainloop-fcb6a54eac1c194da6d649e9fbaa6fa7df879312.tar.gz compiz-with-glib-mainloop-fcb6a54eac1c194da6d649e9fbaa6fa7df879312.tar.bz2 |
Make short descriptions in opacity a little more verbose
Forward port f089351c2d6d62302e59f52a810b722808a4a574 to master
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/obs/obs.xml.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/obs/obs.xml.in b/plugins/obs/obs.xml.in index c2a48d9..e78cd64 100644 --- a/plugins/obs/obs.xml.in +++ b/plugins/obs/obs.xml.in @@ -17,22 +17,22 @@ <group> <_short>Opacity</_short> <option name="opacity_increase_key" type="key"> - <_short>Increase</_short> + <_short>Increase Opacity</_short> <_long>Opacity Increase</_long> <default/> </option> <option name="opacity_increase_button" type="button"> - <_short>Increase</_short> + <_short>Increase Opacity</_short> <_long>Opacity Increase</_long> <default><Alt>Button4</default> </option> <option name="opacity_decrease_key" type="key"> - <_short>Decrease</_short> + <_short>Decrease Opacity</_short> <_long>Opacity Decrease</_long> <default/> </option> <option name="opacity_decrease_button" type="button"> - <_short>Decrease</_short> + <_short>Decrease Opacity</_short> <_long>Opacity Decrease</_long> <default><Alt>Button5</default> </option> @@ -64,22 +64,22 @@ <group> <_short>Brightness</_short> <option name="brightness_increase_key" type="key"> - <_short>Increase</_short> + <_short>Increase Brightness</_short> <_long>Brightness Increase</_long> <default/> </option> <option name="brightness_increase_button" type="button"> - <_short>Increase</_short> + <_short>Increase Brightness</_short> <_long>Brightness Increase</_long> <default/> </option> <option name="brightness_decrease_key" type="key"> - <_short>Decrease</_short> + <_short>Decrease Brightness</_short> <_long>Brightness Decrease</_long> <default/> </option> <option name="brightness_decrease_button" type="button"> - <_short>Decrease</_short> + <_short>Decrease Brightness</_short> <_long>Brightness Decrease</_long> <default/> </option> @@ -111,22 +111,22 @@ <group> <_short>Saturation</_short> <option name="saturation_increase_key" type="key"> - <_short>Increase</_short> + <_short>Increase Saturation</_short> <_long>Saturation Increase</_long> <default/> </option> <option name="saturation_increase_button" type="button"> - <_short>Increase</_short> + <_short>Increase Saturation</_short> <_long>Saturation Increase</_long> <default/> </option> <option name="saturation_decrease_key" type="key"> - <_short>Decrease</_short> + <_short>Decrease Saturation</_short> <_long>Saturation Decrease</_long> <default/> </option> <option name="saturation_decrease_button" type="button"> - <_short>Decrease</_short> + <_short>Decrease Saturation</_short> <_long>Saturation Decrease</_long> <default/> </option> |