diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-16 16:06:33 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-16 16:06:33 +0100 |
commit | 06ef51a65191b123ee908955cb0c79095ae171b7 (patch) | |
tree | 9f10697f47f4b901923a54f7d95d0e52a6b1230b /src | |
parent | 6f4bf8fa43cd8c9e9b7e019da32174f4ba89b8e9 (diff) | |
download | ayatana-indicator-power-06ef51a65191b123ee908955cb0c79095ae171b7.tar.gz ayatana-indicator-power-06ef51a65191b123ee908955cb0c79095ae171b7.tar.bz2 ayatana-indicator-power-06ef51a65191b123ee908955cb0c79095ae171b7.zip |
src/{service.c,utils.c}: Fix grammar flaw in zenity warning.
Diffstat (limited to 'src')
-rw-r--r-- | src/service.c | 2 | ||||
-rw-r--r-- | src/utils.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/service.c b/src/service.c index 25806e4..daafb61 100644 --- a/src/service.c +++ b/src/service.c @@ -823,7 +823,7 @@ on_statistics_activated (GSimpleAction * a G_GNUC_UNUSED, { zenity_warning ("dialog-warning", _("Warning"), - _("The Ayatana Power Indicator does not support evoking the\npower statistics application 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 statistics application of your desktop environment, yet.\n\nPlease report this to the developers at:\nhttps://github.com/ArcticaProject/ayatana-indicator-power/issues")); } } 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")); } } |