[officechooser] fix typos
This commit is contained in:
parent
a7feb620d1
commit
26c1f01b87
@ -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" ) );
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user