diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-03-04 20:00:45 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-03-04 20:00:45 -0600 |
commit | 1565f0cc1aa6b6804a885569d9f09801c703b360 (patch) | |
tree | b2f27e05ca55df7bf3a92bcde6b0cd1225f6247b | |
parent | 36cb1aad5c7822ca8b0f28c2efc8162588cc7449 (diff) | |
download | horizon-qt5-1565f0cc1aa6b6804a885569d9f09801c703b360.tar.gz horizon-qt5-1565f0cc1aa6b6804a885569d9f09801c703b360.tar.bz2 horizon-qt5-1565f0cc1aa6b6804a885569d9f09801c703b360.tar.xz horizon-qt5-1565f0cc1aa6b6804a885569d9f09801c703b360.zip |
WelcomePage: fix spacing error in label text
-rw-r--r-- | welcomepage.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/welcomepage.cc b/welcomepage.cc index 4f5489a..ffd8c18 100644 --- a/welcomepage.cc +++ b/welcomepage.cc @@ -35,9 +35,9 @@ WelcomePage::WelcomePage(QWidget *parent) : HorizonWizardPage(parent) descLabel->setTextFormat(Qt::RichText); #else descLabel = new QLabel( - tr("The streamlined installation process for Adélie" + tr("The streamlined installation process for Adélie " "Linux will only take about 10-15 minutes of your " - "time. After you're done, your computer will be" + "time. After you're done, your computer will be " "running the reliable, secure, libre Adélie Linux " "operating system.\n\n" |