GNOME Bugzilla – Bug 687180
Word "could" from string msgid "could not parse command from stdin\n" should have big letter at beginning
Last modified: 2012-11-22 13:28:25 UTC
String: #: ../src/notification.c:95 msgid "could not parse command from stdin\n" should look like this: msgid "Could not parse command from stdin\n"
Created attachment 228049 [details] [review] Replaced string to start with uppercase
Is the patch ok?
Review of attachment 228049 [details] [review]: You don't need to modify the .po files, only the .c. The po files are handled by the translation team.
Created attachment 228830 [details] [review] Replaced string to start with uppercase Corrected the patch with only the notification.c file changed.
Review of attachment 228830 [details] [review]: Cool! Now it's correct!
Commited! Thanks for the patch, and please, send more :)