Replaced string 'could' to start with an Uppercase.
BUG ID: 687180
This commit is contained in:
parent
a06afb7788
commit
9beba8872d
@ -92,7 +92,7 @@ zenity_notification_handle_stdin (GIOChannel *channel,
|
|||||||
zenity_util_strip_newline (string->str);
|
zenity_util_strip_newline (string->str);
|
||||||
colon = strchr(string->str, ':');
|
colon = strchr(string->str, ':');
|
||||||
if (colon == NULL) {
|
if (colon == NULL) {
|
||||||
g_printerr (_("could not parse command from stdin\n"));
|
g_printerr (_("Could not parse command from stdin\n"));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/* split off the command and value */
|
/* split off the command and value */
|
||||||
|
Reference in New Issue
Block a user