summaryrefslogtreecommitdiff
path: root/ui/qt5/partitiondiskpage.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-23 21:29:27 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-23 21:29:27 -0600
commit6b85b21a333a0b18edf17b2ac945cf6849d28675 (patch)
treecd4e375e6be9d1bdb94922f37316a30c060017c9 /ui/qt5/partitiondiskpage.cc
parent5f98586f8018092ee3f30083ef7582461f71c413 (diff)
downloadhorizon-6b85b21a333a0b18edf17b2ac945cf6849d28675.tar.gz
horizon-6b85b21a333a0b18edf17b2ac945cf6849d28675.tar.bz2
horizon-6b85b21a333a0b18edf17b2ac945cf6849d28675.tar.xz
horizon-6b85b21a333a0b18edf17b2ac945cf6849d28675.zip
Qt UI: Add missing What's This and help files
Diffstat (limited to 'ui/qt5/partitiondiskpage.cc')
-rw-r--r--ui/qt5/partitiondiskpage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/partitiondiskpage.cc b/ui/qt5/partitiondiskpage.cc
index af66f7d..eeb07eb 100644
--- a/ui/qt5/partitiondiskpage.cc
+++ b/ui/qt5/partitiondiskpage.cc
@@ -62,7 +62,7 @@ PartitionDiskPage::PartitionDiskPage(QWidget *parent)
descLabel->setWordWrap(true);
#ifdef HAS_INSTALL_ENV
- descLabel->setText(tr("Choose the hard disk on which to install Adélie Linux."));
+ descLabel->setText(tr("Select the hard disk on which to install Adélie Linux."));
diskChooser = new QListWidget;
connect(diskChooser, &QListWidget::currentItemChanged, [=]{