From 1bd5c801221e570a6fb1e3fbd6c8bbbb265d1233 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Wed, 4 Sep 2019 10:58:29 -0400 Subject: * Bump version * indicator-notifications-settings: Rename do-not-disturb option --- configure.ac | 2 +- src/indicator-notifications-settings.c | 2 +- 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); -- cgit v1.2.3