diff --git a/src/vorta/store/settings.py b/src/vorta/store/settings.py index 40324e9b..6bac5f6a 100644 --- a/src/vorta/store/settings.py +++ b/src/vorta/store/settings.py @@ -48,8 +48,11 @@ def get_misc_settings() -> List[Dict[str, str]]: 'value': True, 'type': 'checkbox', 'group': startup, - 'label': trans_late('settings', 'Open main window on startup'), - 'tooltip': trans_late('settings', 'Open main window when the application is launched'), + 'label': trans_late('settings', 'Show main window of Vorta on launch'), + 'tooltip': trans_late( + 'settings', + 'Make Vorta appear on screen instead of minimizing to system tray', + ), }, { 'key': 'get_srcpath_datasize',