GNOME Bugzilla – Bug 325567
Run-on sentences
Last modified: 2006-01-06 11:01:33 UTC
Combining two separate sentences with only a comma is a run-on sentence, and always a grammar error. #: ../app/app_procs.c:881 ../app/diaconv.c:201 ../app/diaconv.c:203 #, c-format msgid "" "Couldn't find standard objects when looking for object-libs, exiting...\n" #: ../app/app_procs.c:883 #, c-format msgid "" "Couldn't find standard objects when looking for object-libs in '%s', " "exiting...\n" In both those strings, I'd suggest changing the comma before "exiting..." to a semicolon (;).
2006-01-06 Hans Breuer <hans@breuer.org> * app/app_procs.c app/diaconv.c : get rid of run-on sentences (Adam Weinberger, bug #325567)