diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-06-08 16:50:13 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-06-09 10:20:21 +0200 |
| commit | e2fe2bdaa7c44c90998f42bb8ff6b21a3446e891 (patch) | |
| tree | 29493f2c16feb7f7347cfc0fc781d08af984cfd2 /gui | |
| parent | f9a150314af8476f42da63bea9e943bc89eab3d4 (diff) | |
| download | mullvadvpn-e2fe2bdaa7c44c90998f42bb8ff6b21a3446e891.tar.xz mullvadvpn-e2fe2bdaa7c44c90998f42bb8ff6b21a3446e891.zip | |
Fix vpn settings subtitles
- Replace HtmlText for custom dns subtitle with annotated string
- Use correct text style for custom dns subtitle
- Use extra bold instead of bold for emphasized words
- Fix magic numbers in expandable compose cell
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/locales/messages.pot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index 857ef608e3..d8d1019060 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -1665,6 +1665,9 @@ msgstr "" msgid "DNS settings might not go into effect immediately" msgstr "" +msgid "Disable all <b>%s</b> above to activate this setting." +msgstr "" + msgid "Enable" msgstr "" |
