From 06ef51a65191b123ee908955cb0c79095ae171b7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 16 Mar 2018 16:06:33 +0100 Subject: src/{service.c,utils.c}: Fix grammar flaw in zenity warning. --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 4bb063b..55a746b 100644 --- a/src/utils.c +++ b/src/utils.c @@ -130,7 +130,7 @@ utils_handle_settings_request (void) { zenity_warning ("dialog-warning", _("Warning"), - _("The Ayatana Power Indicator does not support evoking the\npower settings dialog for your desktop environment, yet.\n\nPlease report this to the developers at:\nhttps://github.com/ArcticaProject/ayatana-indicator-power/issues")); + _("The Ayatana Power Indicator does not support evoking the\npower settings dialog of your desktop environment, yet.\n\nPlease report this to the developers at:\nhttps://github.com/ArcticaProject/ayatana-indicator-power/issues")); } } -- cgit v1.2.3