Disambiguate "Set Shortcut" string with context
This commit is contained in:
parent
f01f402c11
commit
9daa1633e9
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@
|
||||||
<object class="GtkButton" id="change_custom_shortcut_button">
|
<object class="GtkButton" id="change_custom_shortcut_button">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="label" translatable="yes">Set Shortcut</property>
|
<property name="label" translatable="yes" context="button">Set Shortcut</property>
|
||||||
<signal name="clicked" handler="change_custom_shortcut_button_clicked_cb" object="CcKeyboardShortcutEditor" swapped="yes" />
|
<signal name="clicked" handler="change_custom_shortcut_button_clicked_cb" object="CcKeyboardShortcutEditor" swapped="yes" />
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
|
|
Loading…
Add table
Reference in a new issue