diff options
-rw-r--r-- | ui/qt5/networkifacepage.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/networkifacepage.cc b/ui/qt5/networkifacepage.cc index 323bbe2..ce09a82 100644 --- a/ui/qt5/networkifacepage.cc +++ b/ui/qt5/networkifacepage.cc @@ -42,6 +42,7 @@ NetworkIfacePage::NetworkIfacePage(QWidget *parent) : ifaceList->setGridSize(QSize(160, 128)); ifaceList->setIconSize(QSize(96, 96)); ifaceList->setViewMode(QListView::IconMode); + ifaceList->setWhatsThis(tr("A list of network interfaces present in your computer. Select the interface you wish to use for installation.")); } void NetworkIfacePage::initializePage() { |