[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(),
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" ) );

View File

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