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 317820 - Unwanted \n in gdmsetup's UI
Unwanted \n in gdmsetup's UI
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.8.x
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-03 13:03 UTC by Funda Wang
Modified: 2005-10-03 20:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Funda Wang 2005-10-03 13:03:16 UTC
#: ../gui/gdmsetup.glade.h:93
msgid ""
"The \"Users\" tab specifies which users are visible to GDM.  Users listed in "
"\"Include\" will appear\n"
"in the Face Browser if it is enabled in the \"Security\" tab and will also "
"appear in the\n"
"drop-down list for Automatic/Timed login under the \"General\" tab.  Users "
"listed in \"Exclude\"\n"
"will not be displayed regardless of whether \"Include All Users\" is checked."

It is suggested that we shouldn't use any hardcoded "\n" in UI. Instead, we 
should set the auto wrap property of certain widget.

Note, if you are to commit the change in gnome-2-12 branch, it will lead to 
string freeze breakage.
Comment 1 Brian Cameron 2005-10-03 20:06:38 UTC
Thanks Funda, fixed in CVS head.  Not changed in 2.12 branch since, as you say,
it  would lead to breakage.