mouse: Improve contexts for ambiguous strings
https://bugzilla.gnome.org/show_bug.cgi?id=684336
This commit is contained in:
parent
d521bf0693
commit
b61b4b2a64
1 changed files with 8 additions and 8 deletions
|
@ -102,7 +102,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="xalign">1</property>
|
||||
<property name="label" translatable="yes">Slow</property>
|
||||
<property name="label" translatable="yes" context="mouse, speed">Slow</property>
|
||||
<attributes>
|
||||
<attribute name="scale" value="0.82999999999999996"/>
|
||||
</attributes>
|
||||
|
@ -137,7 +137,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">Fast</property>
|
||||
<property name="label" translatable="yes" context="mouse, speed">Fast</property>
|
||||
<attributes>
|
||||
<attribute name="scale" value="0.82999999999999996"/>
|
||||
</attributes>
|
||||
|
@ -197,7 +197,7 @@
|
|||
<property name="spacing">10</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="right_handed_radio">
|
||||
<property name="label" translatable="yes">_Left</property>
|
||||
<property name="label" translatable="yes" context="mouse, left button as primary">_Left</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
|
@ -217,7 +217,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="left_handed_radio">
|
||||
<property name="label" translatable="yes">_Right</property>
|
||||
<property name="label" translatable="yes" context="mouse, right button as primary">_Right</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
|
@ -342,7 +342,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="xalign">1</property>
|
||||
<property name="label" translatable="yes" comments="slow acceleration">Slow</property>
|
||||
<property name="label" translatable="yes" context="mouse, speed">Slow</property>
|
||||
<property name="justify">center</property>
|
||||
<attributes>
|
||||
<attribute name="style" value="normal"/>
|
||||
|
@ -374,7 +374,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes" comments="fast acceleration">Fast</property>
|
||||
<property name="label" translatable="yes" context="mouse, speed">Fast</property>
|
||||
<property name="justify">center</property>
|
||||
<attributes>
|
||||
<attribute name="style" value="normal"/>
|
||||
|
@ -527,7 +527,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="xalign">1</property>
|
||||
<property name="label" translatable="yes" comments="slow acceleration">Slow</property>
|
||||
<property name="label" translatable="yes" context="mouse, speed">Slow</property>
|
||||
<property name="justify">center</property>
|
||||
<attributes>
|
||||
<attribute name="scale" value="0.82999999999999996"/>
|
||||
|
@ -558,7 +558,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes" comments="fast acceleration">Fast</property>
|
||||
<property name="label" translatable="yes" context="mouse, speed">Fast</property>
|
||||
<property name="justify">center</property>
|
||||
<attributes>
|
||||
<attribute name="scale" value="0.82999999999999996"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue