diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-12 14:37:47 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-12 14:37:47 +0200 |
| commit | 744738e5490e04be82c347909385668abbc0950b (patch) | |
| tree | 4f445aab55f41f4155482f3ccebcf8c412a35d28 /res/windows | |
| parent | 16c2572e7e75f27a7eab90d2c7a71fd486133eca (diff) | |
| download | turns-744738e5490e04be82c347909385668abbc0950b.tar.xz turns-744738e5490e04be82c347909385668abbc0950b.zip | |
app: add missing translation for the quit action
Diffstat (limited to 'res/windows')
| -rw-r--r-- | res/windows/main_window.ui | 2 | ||||
| -rw-r--r-- | res/windows/windows.cmb | 2 |
2 files changed, 2 insertions, 2 deletions
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> |
