QTfrontend/ui/page/pagedata.cpp
changeset 12240 88b31fdc760b
parent 12238 41267eea2f96
child 12482 eeeb7e8de95c
--- a/QTfrontend/ui/page/pagedata.cpp	Wed Apr 12 22:04:32 2017 +0200
+++ b/QTfrontend/ui/page/pagedata.cpp	Wed Apr 12 23:05:18 2017 +0200
@@ -61,6 +61,7 @@
 
     pbOpenDir = addButton(tr("Open packages directory"), bottomLayout, 2, false, Qt::AlignBottom);
     pbOpenDir->setStyleSheet("padding: 5px 10px");
+    pbOpenDir->setWhatsThis(tr("Open the directory in which the downloaded files are stored in your system"));
     pbOpenDir->setMinimumHeight(50);
 
     bottomLayout->setStretch(2, 1);