summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/qt5/pkgsimple.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt5/pkgsimple.cc b/ui/qt5/pkgsimple.cc
index eab4066..257349b 100644
--- a/ui/qt5/pkgsimple.cc
+++ b/ui/qt5/pkgsimple.cc
@@ -37,7 +37,7 @@ PkgSimplePage::PkgSimplePage(QWidget *parent) : HorizonWizardPage(parent) {
standardButton->setIcon(QIcon::fromTheme("preferences-desktop-theme"));
standardButton->setIconSize(QSize(32, 32));
standardLabel = new QLabel(
- tr("Includes a full desktop environment, Web browser, email client, media player, and software suite."));
+ tr("Desktop environment and full software suite."));
standardLabel->setBuddy(standardButton);
standardLabel->setIndent(40);
standardLabel->setWordWrap(true);
@@ -47,7 +47,7 @@ PkgSimplePage::PkgSimplePage(QWidget *parent) : HorizonWizardPage(parent) {
mobileButton->setIcon(QIcon::fromTheme("battery"));
mobileButton->setIconSize(QSize(32, 32));
mobileLabel = new QLabel(
- tr("Includes the Standard software set and additional utilities for notebook and tablet computers."));
+ tr("Standard + extra software for portable computers."));
mobileLabel->setBuddy(mobileButton);
mobileLabel->setIndent(40);
mobileLabel->setWordWrap(true);