After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 687180 - Word "could" from string msgid "could not parse command from stdin\n" should have big letter at beginning
Word "could" from string msgid "could not parse command from stdin\n" should ...
Status: RESOLVED FIXED
Product: zenity
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-30 09:38 UTC by Dušan
Modified: 2012-11-22 13:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replaced string to start with uppercase (38.91 KB, patch)
2012-11-04 20:20 UTC, Marc Ruiz - radykal -
needs-work Details | Review
Replaced string to start with uppercase (842 bytes, patch)
2012-11-12 21:00 UTC, Marc Ruiz - radykal -
reviewed Details | Review

Description Dušan 2012-10-30 09:38:51 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"
Comment 1 Marc Ruiz - radykal - 2012-11-04 20:20:29 UTC
Created attachment 228049 [details] [review]
Replaced string to start with uppercase
Comment 2 Marc Ruiz - radykal - 2012-11-09 18:23:39 UTC
Is the patch ok?
Comment 3 Arx Cruz 2012-11-12 16:28:48 UTC
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.
Comment 4 Marc Ruiz - radykal - 2012-11-12 21:00:50 UTC
Created attachment 228830 [details] [review]
Replaced string to start with uppercase

Corrected the patch with only the notification.c file changed.
Comment 5 Arx Cruz 2012-11-22 13:22:28 UTC
Review of attachment 228830 [details] [review]:

Cool! Now it's correct!
Comment 6 Arx Cruz 2012-11-22 13:28:25 UTC
Commited! Thanks for the patch, and please, send more :)