Changed label and tooltip for startup setting of Vorta (#1804)

This makes the setting easier to comprehend and removes ambiguity between the autostart setting.

* modifed foreground label and tooltip
This commit is contained in:
Sam 2023-09-09 12:48:09 +05:30 committed by GitHub
parent 8c82c4069d
commit 7d2b3634f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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',