diff options
author | Marc Ruiz - radykal - <radykal@radykal.com> | 2012-11-12 21:57:07 +0100 |
---|---|---|
committer | Arx Cruz <arxcruz@ubuntu.(none)> | 2012-11-22 11:26:23 -0200 |
commit | 9beba8872dd01d6c9347717d9ce156c059e85a0d (patch) | |
tree | 87f402f48cc559837c3c9be3e94b79ea0971edb6 /src | |
parent | 3.7.2 (diff) | |
download | zenity-9beba8872dd01d6c9347717d9ce156c059e85a0d.tar.gz zenity-9beba8872dd01d6c9347717d9ce156c059e85a0d.tar.bz2 zenity-9beba8872dd01d6c9347717d9ce156c059e85a0d.zip |
Replaced string 'could' to start with an Uppercase.
BUG ID: 687180
Diffstat (limited to 'src')
-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 */ |