Disambiguate "Set Shortcut" string with context

This commit is contained in:
Piotr Drąg 2016-09-25 01:59:45 +02:00
parent f01f402c11
commit 9daa1633e9

View file

@ -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>