aboutsummaryrefslogtreecommitdiff
path: root/src/settingswidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingswidget.cpp')
-rw-r--r--src/settingswidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingswidget.cpp b/src/settingswidget.cpp
index 5903491..ba42372 100644
--- a/src/settingswidget.cpp
+++ b/src/settingswidget.cpp
@@ -387,7 +387,7 @@ void SettingsWidget::on_notificationCombo_currentIndexChanged(int index) {
}
void SettingsWidget::on_tryNotification_clicked() {
- emit notify("Test Notification");
+ emit notify("This is a test notification...");
}
void SettingsWidget::on_automaticThemeCheckBox_toggled(bool checked) {