Skip to content

Commit

Permalink
Merge pull request #800 from luzip665/translation_on_windows
Browse files Browse the repository at this point in the history
Translation on windows fails
  • Loading branch information
luzip665 committed Jan 31, 2022
2 parents cf1d30f + 891839c commit 8e48610
Show file tree
Hide file tree
Showing 91 changed files with 9,234 additions and 8,082 deletions.
6 changes: 3 additions & 3 deletions data/ui/device_manager.ui
Expand Up @@ -112,7 +112,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="btn_connect">
<property name="label">_Connect</property>
<property name="label" translatable="yes">_Connect</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
Expand All @@ -130,7 +130,7 @@
</child>
<child>
<object class="GtkButton" id="btn_disconnect">
<property name="label">_Disconnect</property>
<property name="label" translatable="yes">_Disconnect</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
Expand All @@ -148,7 +148,7 @@
</child>
<child>
<object class="GtkButton" id="btn_close">
<property name="label">C_lose</property>
<property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
Expand Down
3 changes: 2 additions & 1 deletion data/ui/shortcuts_dialog.ui
Expand Up @@ -36,13 +36,14 @@
</child>
<child>
<object class="GtkButton">
<property name="label" translatable="yes">Close</property>
<property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="image">window_close_image</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_close_clicked" swapped="no"/>
</object>
<packing>
Expand Down

0 comments on commit 8e48610

Please sign in to comment.