Replaced string 'could' to start with an Uppercase.

BUG ID: 687180
This commit is contained in:
Marc Ruiz - radykal - 2012-11-12 21:57:07 +01:00 committed by Arx Cruz
parent a06afb7788
commit 9beba8872d
1 changed files with 1 additions and 1 deletions

View File

@ -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 */