From 744738e5490e04be82c347909385668abbc0950b Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 12 Jul 2024 14:37:47 +0200 Subject: app: add missing translation for the quit action --- lang/po/de.po | 3 +++ lang/po/en_US.po | 3 +++ res/windows/main_window.ui | 2 +- 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 @@ app.quit - Quit + _Quit 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) -- cgit v1.2.3