summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc Ruiz - radykal - <radykal@radykal.com>2012-11-12 21:57:07 +0100
committerArx Cruz <arxcruz@ubuntu.(none)>2012-11-22 11:26:23 -0200
commit9beba8872dd01d6c9347717d9ce156c059e85a0d (patch)
tree87f402f48cc559837c3c9be3e94b79ea0971edb6 /src
parenta06afb77885a69040c22a1933254c9f6065805dd (diff)
Replaced string 'could' to start with an Uppercase.
BUG ID: 687180
Diffstat (limited to 'src')
-rw-r--r--src/notification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification.c b/src/notification.c
index 3f4c454..0a36e09 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 */