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 325567 - Run-on sentences
Run-on sentences
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
CVS head
Other All
: Normal normal
: 0.95
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-03 02:47 UTC by Adam Weinberger
Modified: 2006-01-06 11:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Weinberger 2006-01-03 02:47:30 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 (;).
Comment 1 Hans Breuer 2006-01-06 11:01:33 UTC
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)