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 172109 - Avoid trailing spaces in glom messages
Avoid trailing spaces in glom messages
Status: RESOLVED FIXED
Product: glom
Classification: Other
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: Murray Cumming
Murray Cumming
Depends on:
Blocks:
 
 
Reported: 2005-03-30 14:55 UTC by Christian Rose
Modified: 2005-03-30 15:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2005-03-30 14:55:22 UTC
#: glom/glom.glade.h:6
msgid "<b>Mode: </b>"

#: glom/glom.glade.h:8
msgid "<b>Relationship: </b>"

#: glom/glom.glade.h:15
msgid "<b>User Level: </b>"

Please avoid trailing spaces (in this case, spaces after colon) if possible. See
 http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#language for
details.
Comment 1 Murray Cumming 2005-03-30 14:56:52 UTC
Thanks. Feel free to fix this directly.
Comment 2 Christian Rose 2005-03-30 14:58:24 UTC
Also applies to:

#: glom/glom.glade.h:103
msgid "User "

#: glom/glom.glade.h:11
msgid "<b>Table: </b>"
Comment 3 Christian Rose 2005-03-30 15:06:38 UTC
Ok, fixed in CVS.