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/main_window.ui | |
| parent | 16c2572e7e75f27a7eab90d2c7a71fd486133eca (diff) | |
| download | turns-744738e5490e04be82c347909385668abbc0950b.tar.xz turns-744738e5490e04be82c347909385668abbc0950b.zip | |
app: add missing translation for the quit action
Diffstat (limited to 'res/windows/main_window.ui')
| -rw-r--r-- | res/windows/main_window.ui | 2 |
1 files changed, 1 insertions, 1 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> |
