Skip to content

Commit

Permalink
add trans=yes to cancel in 2 more ui/markverse*.
Browse files Browse the repository at this point in the history
  • Loading branch information
karlkleinpaste committed Sep 14, 2017
1 parent b771a6c commit 2fc99c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/markverse.glade
Expand Up @@ -194,7 +194,7 @@
</child>
<child>
<widget class="GtkButton" id="button2">
<property name="label">gtk-cancel</property>
<property name="label" translatable="yes">gtk-cancel</property>
<property name="response_id">-6</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand Down
2 changes: 1 addition & 1 deletion ui/markverse_old.gtkbuilder
Expand Up @@ -216,7 +216,7 @@
</child>
<child>
<object class="GtkButton" id="button2">
<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>
Expand Down

0 comments on commit 2fc99c9

Please sign in to comment.