mirror of
https://github.com/borgbase/vorta
synced 2024-12-21 23:33:13 +00:00
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:
parent
8c82c4069d
commit
7d2b3634f1
1 changed files with 5 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue