mirror of
https://github.com/borgbase/vorta
synced 2025-03-11 06:33:46 +00:00
l10n - make string translatable (syntax fix). By @p-bo (#2078)
This commit is contained in:
parent
fbd7ca19d8
commit
337bb40b0b
1 changed files with 1 additions and 4 deletions
|
@ -79,10 +79,7 @@ def get_misc_settings() -> List[Dict[str, str]]:
|
||||||
'value': True,
|
'value': True,
|
||||||
'type': 'checkbox',
|
'type': 'checkbox',
|
||||||
'group': security,
|
'group': security,
|
||||||
'label': trans_late(
|
'label': trans_late('settings', 'Store repository passwords in system keychain, if available'),
|
||||||
'settings',
|
|
||||||
'Store repository passwords in system keychain, if available',
|
|
||||||
),
|
|
||||||
'tooltip': trans_late(
|
'tooltip': trans_late(
|
||||||
'settings', "Otherwise Vorta's configuration database stores the password in plaintext."
|
'settings', "Otherwise Vorta's configuration database stores the password in plaintext."
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue