[mouse] Fix mnemonics conflicts on touchpad tab

Closes bug #608057.
This commit is contained in:
Jens Granseuer 2010-01-27 20:04:54 +01:00
parent 4ad6f3e725
commit a1ce2446d4

View file

@ -1422,7 +1422,7 @@
</child>
<child>
<object class="GtkCheckButton" id="disable_w_typing_toggle">
<property name="label" translatable="yes">_Disable touchpad while typing</property>
<property name="label" translatable="yes">Disable _touchpad while typing</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -1462,7 +1462,7 @@
</child>
<child>
<object class="GtkCheckButton" id="tap_to_click_toggle">
<property name="label" translatable="yes">Enable mouse _clicks with touchpad</property>
<property name="label" translatable="yes">Enable _mouse clicks with touchpad</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -1612,7 +1612,7 @@
</child>
<child>
<object class="GtkCheckButton" id="horiz_scroll_toggle">
<property name="label" translatable="yes">Enable _horizontal scrolling</property>
<property name="label" translatable="yes">Enable h_orizontal scrolling</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>