diff options
-rw-r--r-- | src/notification.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification.c b/src/notification.c index 3f4c454e..0a36e09e 100644 --- a/src/notification.c +++ b/src/notification.c @@ -92,7 +92,7 @@ zenity_notification_handle_stdin (GIOChannel *channel, zenity_util_strip_newline (string->str); colon = strchr(string->str, ':'); if (colon == NULL) { - g_printerr (_("could not parse command from stdin\n")); + g_printerr (_("Could not parse command from stdin\n")); continue; } /* split off the command and value */ |