QT: progress UI: Fix TextLabel string to loading

Change TextLabel to Loading for progress UI
Fixes: wireshark/wireshark#16987


(cherry picked from commit 48c09fe046)
This commit is contained in:
Uli Heilmeier 2020-11-04 09:39:41 +00:00 committed by Guy Harris
parent 2533f666a9
commit b3de664f2b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>TextLabel</string>
<string>Loading</string>
</property>
</widget>
</item>