Skip to content

Commit

Permalink
Changed label and tooltip for startup setting of Vorta (#1804)
Browse files Browse the repository at this point in the history
This makes the setting easier to comprehend and removes ambiguity between the autostart setting.

* modifed foreground label and tooltip
  • Loading branch information
SAMAD101 authored Sep 9, 2023
1 parent 8c82c40 commit 7d2b363
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/vorta/store/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7d2b363

Please sign in to comment.