[officechooser] fix typos

This commit is contained in:
Philip Müller 2019-08-04 08:17:29 +02:00
parent a7feb620d1
commit 26c1f01b87
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ PackageChooserPage::PackageChooserPage( PackageChooserMode mode, QWidget* parent
, m_introduction( QString(), , m_introduction( QString(),
QString(), QString(),
tr( "Office Suite" ), 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" ) ); m_introduction.screenshot = QPixmap( QStringLiteral( ":/images/choose-office.jpg" ) );

View File

@ -185,8 +185,8 @@ PackageChooserViewStep::setConfigurationMap( const QVariantMap& configurationMap
m_model->addPackage( PackageItem { QString(), m_model->addPackage( PackageItem { QString(),
QString(), QString(),
"No Office Suite", "No Office Suite",
"Please pick a Office Suite from the list. " "Please pick an office suite from the list. "
"If you don't want to install a Office Suite, that's fine, " "If you don't want to install an office suite, that's fine, "
"you can install one later as needed.", "you can install one later as needed.",
":/images/choose-office.jpg" } ); ":/images/choose-office.jpg" } );
m_model->addPackage( PackageItem { "libreoffice-still", m_model->addPackage( PackageItem { "libreoffice-still",