summaryrefslogtreecommitdiff
path: root/softwarepage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'softwarepage.cc')
-rw-r--r--softwarepage.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/softwarepage.cc b/softwarepage.cc
index 28805e3..406fb33 100644
--- a/softwarepage.cc
+++ b/softwarepage.cc
@@ -15,12 +15,12 @@ SoftwarePage::SoftwarePage(QWidget *parent) : HorizonWizardPage(parent)
setTitle(tr("Select Software"));
descLabel = new QLabel(tr(
- "You can select what software you want to install on "
- "your computer."));
+ "Select the software you want to install on your"
+ "computer. You can add more later."));
descLabel->setWordWrap(true);
desktop = new QCheckBox(tr(
- "&Desktop Software - Web browser, email client, media "
+ "&Desktop Software - browser, email client, media "
"player, and more"));
kde = new QCheckBox(tr(
"Use the &KDE Plasma 5 desktop\nIdeal for newer computers, "
@@ -30,7 +30,7 @@ SoftwarePage::SoftwarePage(QWidget *parent) : HorizonWizardPage(parent)
"experience well suited to\nsmaller screens."));
lxqt = new QCheckBox(tr(
"Use the &LXQt desktop\nLXQt provides a modern experience "
- "similar to KDE Plasma 5\noptimised for older hardware."));
+ "similar to KDE Plasma 5,\noptimised for older hardware."));
openbox = new QCheckBox(tr(
"Use the &OpenBox desktop\nOpenBox is for people who are "
"familiar with other Linux/Unix\ndesktop experiences."));