diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2011-10-09 22:48:00 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2011-10-09 22:48:00 +0100 |
commit | 5c8a983c99fcb641fe0d6bc3a2e0107cf631b36d (patch) | |
tree | 1968ab239175802e366c81d86311dc205fd21899 | |
parent | 8b7ea2db10cf3ddb8bfc561d2b909739e48ba5f8 (diff) |
Improved descriptions for level3, level5 latches
https://bugs.freedesktop.org/show_bug.cgi?id=41621
-rw-r--r-- | rules/base.xml.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/rules/base.xml.in b/rules/base.xml.in index 8a2e4507..6814a6b7 100644 --- a/rules/base.xml.in +++ b/rules/base.xml.in @@ -5757,19 +5757,19 @@ <option> <configItem> <name>lv3:caps_switch_latch</name> - <_description>Caps Lock (chooses 3rd level, latches when pressed together with another 3rd-level-chooser)</_description> + <_description>Caps Lock chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser</_description> </configItem> </option> <option> <configItem> <name>lv3:bksl_switch_latch</name> - <_description>Backslash (chooses 3rd level, latches when pressed together with another 3rd-level-chooser)</_description> + <_description>Backslash chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser</_description> </configItem> </option> <option> <configItem> <name>lv3:lsgt_switch_latch</name> - <_description><Less/Greater> (chooses 3rd level, latches when pressed together with another 3rd-level-chooser)</_description> + <_description><Less/Greater> chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser</_description> </configItem> </option> </group> @@ -6342,37 +6342,37 @@ <option> <configItem> <name>lv5:lsgt_switch_lock_cancel</name> - <_description><Less/Greater> chooses 5th level, locks when pressed together with another 5th-level-chooser, one press releases the lock</_description> + <_description><Less/Greater> chooses 5th level, acts as onetime lock when pressed together with another 5th-level-chooser</_description> </configItem> </option> <option> <configItem> <name>lv5:ralt_switch_lock_cancel</name> - <_description>Right Alt chooses 5th level, locks when pressed together with another 5th-level-chooser, one press releases the lock</_description> + <_description>Right Alt chooses 5th level, acts as onetime lock when pressed together with another 5th-level-chooser</_description> </configItem> </option> <option> <configItem> <name>lv5:lwin_switch_lock_cancel</name> - <_description>Left Win chooses 5th level, locks when pressed together with another 5th-level-chooser, one press releases the lock</_description> + <_description>Left Win chooses 5th level, acts as onetime lock when pressed together with another 5th-level-chooser</_description> </configItem> </option> <option> <configItem> <name>lv5:rwin_switch_lock_cancel</name> - <_description>Right Win chooses 5th level, locks when pressed together with another 5th-level-chooser, one press releases the lock</_description> + <_description>Right Win chooses 5th level, acts as onetime lock when pressed together with another 5th-level-chooser</_description> </configItem> </option> <option> <configItem> <name>lv5:lsgt_switch_lock_cancel</name> - <_description><Less/Greater> chooses 5th level and activates level5-Lock when pressed together with another 5th-level-chooser, one press releases the lock</_description> + <_description><Less/Greater> chooses 5th level, acts as onetime lock lock when pressed together with another 5th-level-chooser</_description> </configItem> </option> <option> <configItem> <name>lv5:ralt_switch_lock_cancel</name> - <_description>Right Alt chooses 5th level and activates level5-Lock when pressed together with another 5th-level-chooser, one press releases the lock</_description> + <_description>Right Alt chooses 5th level, acts as onetime lock when pressed together with another 5th-level-chooser</_description> </configItem> </option> </group> |