Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
framework: Make labels on GtkButtons translatable
Browse files Browse the repository at this point in the history
Related: #63
  • Loading branch information
bachradsusi committed Aug 22, 2017
1 parent 4a0172a commit 8be4404
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions framework/gui/browser.glade
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ John Dennis &lt;[email protected]&gt;</property>
</child>
<child>
<object class="GtkButton" id="delete_list_button">
<property name="label">Delete</property>
<property name="label" translatable="yes">Delete</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand Down Expand Up @@ -187,7 +187,7 @@ John Dennis &lt;[email protected]&gt;</property>
</child>
<child>
<object class="GtkButton" id="close_details_button">
<property name="label">Close</property>
<property name="label" translatable="yes">Close</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand Down Expand Up @@ -561,7 +561,7 @@ John Dennis &lt;[email protected]&gt;</property>
</child>
<child>
<object class="GtkButton" id="delete_button">
<property name="label">Delete</property>
<property name="label" translatable="yes">Delete</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand Down Expand Up @@ -666,7 +666,7 @@ John Dennis &lt;[email protected]&gt;</property>
<property name="spacing">5</property>
<child>
<object class="GtkButton" id="previous_button">
<property name="label">Previous</property>
<property name="label" translatable="yes">Previous</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand Down Expand Up @@ -698,7 +698,7 @@ John Dennis &lt;[email protected]&gt;</property>
</child>
<child>
<object class="GtkButton" id="next_button">
<property name="label">Next</property>
<property name="label" translatable="yes">Next</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand Down

0 comments on commit 8be4404

Please sign in to comment.