GNOME Bugzilla – Bug 317479
Comma splices
Last modified: 2005-09-29 21:08:16 UTC
A new set of strings with comma splices has been introduced. Any time that you combine two distinct sentences with a comma, it is a grammar error. #: gui/gdmflexiserver.c:697 msgid "Start new flexible session, do not show popup" These are two distinct sentences. I'd replace the comma with a semicolon. "Start new flexible session; do not show popup" #: gui/greeter/greeter_item_ulist.c:196 msgid "Theme broken, must have pam-message label!" These are two distinct sentences. I'd replace the comma with a colon. "Theme broken: must have pam-message label."
Thanks, fixed in CVS head and 2.12 branch. It's okay fixing these strings in the 2.12 branch since these are new messages added after the official 2.12 release. I was agreeable to adding them since the first one adds the --startnew feature which is intended to be used only by the screensaver to support starting a new login from the screensaver, and the second is a syslog message that reports a useful error.