diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-01 18:32:53 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-01 18:32:53 -0600 |
commit | 6a910a82766476080d0968959624a67853f9f57b (patch) | |
tree | b113a2cb039e7d714bba841736803a83def963a4 /ui | |
parent | e1dc77db8d340d86f279b32c3d126c29f4286263 (diff) | |
download | horizon-6a910a82766476080d0968959624a67853f9f57b.tar.gz horizon-6a910a82766476080d0968959624a67853f9f57b.tar.bz2 horizon-6a910a82766476080d0968959624a67853f9f57b.tar.xz horizon-6a910a82766476080d0968959624a67853f9f57b.zip |
Qt UI: Add the word 'security' to appease 30% of bikeshedders
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt5/networkingpage.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/networkingpage.cc b/ui/qt5/networkingpage.cc index 54fe9f3..ae892e8 100644 --- a/ui/qt5/networkingpage.cc +++ b/ui/qt5/networkingpage.cc @@ -49,7 +49,7 @@ void NetworkingPage::initializePage() { simple = new QRadioButton(tr("&Automatic - my computer connects to the Internet directly\n" "or via a modem/router.")); advanced = new QRadioButton(tr("&Manual - my computer connects to an enterprise network,\n" - "or I use a static IP address, VPN, or 802.1X.")); + "or I use a static IP address, VPN, or 802.1X security.")); } skip = new QRadioButton(tr("&Skip - I don't want to connect to a network or the Internet.")); |