2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-07 03:20:40 +00:00

Change UWP progress wording

This commit is contained in:
Peter Repukat 2017-11-12 02:29:30 +01:00
parent 872589826e
commit 2ca1e8ab3d

View File

@ -359,7 +359,7 @@ void GloSC::on_pbUWP_clicked()
delete settings;
QProgressDialog progDialog("Scanning UWP apps...", "Cancel", 0, packages.size(), this);
QProgressDialog progDialog("Searching for UWP apps...", "Cancel", 0, packages.size(), this);
progDialog.setWindowModality(Qt::WindowModal);
QList<UWPPair> pairs;