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",