Skip to content
Snippets Groups Projects
Commit 0292b530 authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

PassphraseDialog: Make button labels translatable

parent 194b8eb4
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="cancel_button">
<property name="label">_Cancel</property>
<property name="label" translatable="yes">_Cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
......@@ -41,7 +41,7 @@
</child>
<child>
<object class="GtkButton" id="ok_button">
<property name="label">_OK</property>
<property name="label" translatable="yes">_OK</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment