From 9beba8872dd01d6c9347717d9ce156c059e85a0d Mon Sep 17 00:00:00 2001 From: Marc Ruiz - radykal - Date: Mon, 12 Nov 2012 21:57:07 +0100 Subject: Replaced string 'could' to start with an Uppercase. BUG ID: 687180 --- src/notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/notification.c') 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 */ -- cgit