diff options
Diffstat (limited to 'SoundboardUpdater.py')
| -rw-r--r-- | SoundboardUpdater.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SoundboardUpdater.py b/SoundboardUpdater.py index 51674b6..445b4bc 100644 --- a/SoundboardUpdater.py +++ b/SoundboardUpdater.py @@ -46,7 +46,7 @@ class SoundboardUpdaterWindow(QWidget): self.setFixedSize(300, 180) self.layout = QVBoxLayout(self) - self.status_label = QLabel("Updater coming soon") + self.status_label = QLabel("Checking for updates...") self.layout.addWidget(self.status_label) self.btn_layout = QVBoxLayout() |