summaryrefslogtreecommitdiff
path: root/networkingpage.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-11-20 16:07:10 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2017-11-20 16:07:10 -0600
commit530fd47a29c5e9f8fcfb578a1685a991c7b355ac (patch)
treedc41e15efc79987790d47a5bf06628cf55207924 /networkingpage.cc
parent80e3da79f5f805b61169ef40400c14010312abfd (diff)
downloadhorizon-qt5-530fd47a29c5e9f8fcfb578a1685a991c7b355ac.tar.gz
horizon-qt5-530fd47a29c5e9f8fcfb578a1685a991c7b355ac.tar.bz2
horizon-qt5-530fd47a29c5e9f8fcfb578a1685a991c7b355ac.tar.xz
horizon-qt5-530fd47a29c5e9f8fcfb578a1685a991c7b355ac.zip
Fix width of wizard by reeling in label text
Diffstat (limited to 'networkingpage.cc')
-rw-r--r--networkingpage.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/networkingpage.cc b/networkingpage.cc
index d2d4195..f663e7e 100644
--- a/networkingpage.cc
+++ b/networkingpage.cc
@@ -26,11 +26,11 @@ NetworkingPage::NetworkingPage(QWidget *parent) : HorizonWizardPage(parent)
descLabel->setWordWrap(true);
simple = new QRadioButton(tr(
- "&Simple - my computer connects to the Internet directly "
+ "&Simple - my computer connects to the Internet directly\n"
"or via a modem/router"));
advanced = new QRadioButton(tr(
"&Advanced - my computer connects to an enterprise "
- "network or I use a\nstatic IP address, VPN, or 802.1X"));
+ "network\nor I use a static IP address, VPN, or 802.1X"));
skip = new QRadioButton(tr(
"S&kip - I don't want to connect to a network or the "
"Internet right now"));