From 2ca1e8ab3d7f8867dc4488a240c22f7803fd0214 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sun, 12 Nov 2017 02:29:30 +0100 Subject: [PATCH] Change UWP progress wording --- GloSC/GloSC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GloSC/GloSC.cpp b/GloSC/GloSC.cpp index 5c6ef8f..0bac1e3 100644 --- a/GloSC/GloSC.cpp +++ b/GloSC/GloSC.cpp @@ -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 pairs;