From 26c1f01b874a88aa02e179eb8d74e37e0ed6f087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Sun, 4 Aug 2019 08:17:29 +0200 Subject: [PATCH] [officechooser] fix typos --- src/modules/officechooser/PackageChooserPage.cpp | 2 +- src/modules/officechooser/PackageChooserViewStep.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/officechooser/PackageChooserPage.cpp b/src/modules/officechooser/PackageChooserPage.cpp index 2b8449592..c3d1ba3d0 100644 --- a/src/modules/officechooser/PackageChooserPage.cpp +++ b/src/modules/officechooser/PackageChooserPage.cpp @@ -32,7 +32,7 @@ PackageChooserPage::PackageChooserPage( PackageChooserMode mode, QWidget* parent , m_introduction( QString(), QString(), tr( "Office Suite" ), - tr( "Please pick a office suite from the list. The selected product will be installed." ) ) + tr( "Please pick an office suite from the list. The selected product will be installed." ) ) { m_introduction.screenshot = QPixmap( QStringLiteral( ":/images/choose-office.jpg" ) ); diff --git a/src/modules/officechooser/PackageChooserViewStep.cpp b/src/modules/officechooser/PackageChooserViewStep.cpp index 925d57f4c..faafa9951 100644 --- a/src/modules/officechooser/PackageChooserViewStep.cpp +++ b/src/modules/officechooser/PackageChooserViewStep.cpp @@ -185,8 +185,8 @@ PackageChooserViewStep::setConfigurationMap( const QVariantMap& configurationMap m_model->addPackage( PackageItem { QString(), QString(), "No Office Suite", - "Please pick a Office Suite from the list. " - "If you don't want to install a Office Suite, that's fine, " + "Please pick an office suite from the list. " + "If you don't want to install an office suite, that's fine, " "you can install one later as needed.", ":/images/choose-office.jpg" } ); m_model->addPackage( PackageItem { "libreoffice-still",