diff options
| -rw-r--r-- | lang/po/de.po | 3 | ||||
| -rw-r--r-- | lang/po/en_US.po | 3 | ||||
| -rw-r--r-- | res/windows/main_window.ui | 2 | ||||
| -rw-r--r-- | res/windows/windows.cmb | 2 |
4 files changed, 8 insertions, 2 deletions
diff --git a/lang/po/de.po b/lang/po/de.po index 52287d5..aca650c 100644 --- a/lang/po/de.po +++ b/lang/po/de.po @@ -14,5 +14,8 @@ msgstr "Teilnehmer hinzufügen" msgid "No active turn-order" msgstr "Keine aktive Zugreihenfolge" +msgid "_Quit" +msgstr "_Beenden" + msgid "Turns" msgstr "Züge" diff --git a/lang/po/en_US.po b/lang/po/en_US.po index 82ffaf5..31fa912 100644 --- a/lang/po/en_US.po +++ b/lang/po/en_US.po @@ -14,5 +14,8 @@ msgstr "Add a participant" msgid "No active turn-order" msgstr "No active turn-order" +msgid "_Quit" +msgstr "_Quit" + msgid "Turns" msgstr "Turns" diff --git a/res/windows/main_window.ui b/res/windows/main_window.ui index 41e2f1b..631e6a7 100644 --- a/res/windows/main_window.ui +++ b/res/windows/main_window.ui @@ -44,7 +44,7 @@ <menu id="main_menu"> <item> <attribute name="action">app.quit</attribute> - <attribute name="label">Quit</attribute> + <attribute name="label" translatable="yes">_Quit</attribute> </item> </menu> </interface> diff --git a/res/windows/windows.cmb b/res/windows/windows.cmb index a48c58f..09117bd 100644 --- a/res/windows/windows.cmb +++ b/res/windows/windows.cmb @@ -32,6 +32,6 @@ (1,8,"GtkButton","icon-name","contact-new",None,None,None,None,None,None,None,None,None), (1,8,"GtkWidget","tooltip-text","Add a participant",1,None,None,None,None,None,None,None,None), (1,10,"(item)","action","app.quit",None,None,None,None,None,None,None,None,None), - (1,10,"(item)","label","Quit",None,None,None,None,None,None,None,None,None) + (1,10,"(item)","label","_Quit",1,None,None,None,None,None,None,None,None) </object_property> </cambalache-project> |
