Remove no longer necessary contexts from translatable strings

These strings changed recently and now their contexts don't disambiguate
anything.
This commit is contained in:
Piotr Drąg 2017-02-12 16:02:22 +01:00
parent e12576e825
commit 555e230508
2 changed files with 2 additions and 2 deletions

View file

@ -254,7 +254,7 @@
<object class="GtkButton" id="change_custom_shortcut_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="button">Set Shortcut…</property>
<property name="label" translatable="yes">Set Shortcut…</property>
<signal name="clicked" handler="change_custom_shortcut_button_clicked_cb" object="CcKeyboardShortcutEditor" swapped="yes" />
</object>
<packing>

View file

@ -17,7 +17,7 @@
<property name="visible">True</property>
<property name="sensitive">True</property>
<property name="use_underline">True</property>
<property name="label" translatable="yes" context="button" comments="Translators: This button adds new printer.">Add</property>
<property name="label" translatable="yes" comments="Translators: This button adds new printer.">Add</property>
<style>
<class name="suggested-action"/>
</style>