aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/indicator-notifications-settings.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3859b84..7d77e8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([indicator-notifications], [0.4.0], [jason.conti@gmail.com])
+AC_INIT([indicator-notifications], [0.4.2], [jason.conti@gmail.com])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/indicator-notifications-settings.c b/src/indicator-notifications-settings.c
index 806c344..c3b84c9 100644
--- a/src/indicator-notifications-settings.c
+++ b/src/indicator-notifications-settings.c
@@ -293,7 +293,7 @@ indicator_notifications_settings_activate(GApplication *app)
gtk_widget_show(button_hide_ind);
/* do-not-disturb */
- button_dnd = gtk_check_button_new_with_label(_("Do not disturb"));
+ button_dnd = gtk_check_button_new_with_label(_("Enable do not disturb"));
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button_dnd),
g_settings_get_boolean(self->settings, NOTIFICATIONS_KEY_DND));
g_object_set_data(G_OBJECT(button_dnd), SCHEMA_KEY, NOTIFICATIONS_KEY_DND);