GNOME Bugzilla – Bug 346585
Don't use whitespace before punctuation in pitivi messages
Last modified: 2006-07-12 16:20:11 UTC
It seems many messages in pitivi currently are like these examples, and use a whitespace before the colon: #: pitivi/ui/elementsettingsdialog.glade.h:1 msgid "<b>Author :</b>" #: pitivi/ui/elementsettingsdialog.glade.h:2 msgid "<b>Description :</b>" #: pitivi/ui/encodingdialog.glade.h:2 msgid "Output File :" #: pitivi/ui/exportsettingswidget.glade.h:22 msgid "Audio Codec :" #: pitivi/ui/projectsettings.glade.h:2 msgid "Description :" In proper English, a whitespace should not be used before punctuation, that is, before a comma, period, exclamation mark, colon, etc. Please remove the whitespaces, so that the messages will be: "Description:" etc.
2006-07-12 Edward Hervey <edward@fluendo.com> * pitivi/ui/elementsettingsdialog.glade: * pitivi/ui/encodingdialog.glade: * pitivi/ui/exportsettingswidget.glade: * pitivi/ui/projectsettings.glade: Removed whitespaces in front of punctuation in dialogbox. Fixes #346585.
Thanks a lot!