Bug 107265 - Please don't use hardcoded line breaks in redhat-config-network messages
Summary: Please don't use hardcoded line breaks in redhat-config-network messages
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: redhat-config-network
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact:
URL: http://developer.gnome.org/doc/tutori...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-10-16 10:44 UTC by Christian Rose
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-03-04 14:21:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Christian Rose 2003-10-16 10:44:42 UTC
#. widget.set_position(0)
#: src/netconfpkg/gui/CipeInterface.py:325
msgid ""
"You must enter a secret key \n"
"or generate one"

#: src/netconfpkg/gui/maindialog.py:358
msgid ""
"Changes are saved.\n"
"You may want to restart\n"
"the network and network services\n"
"or restart the computer."

#: src/netconfpkg/gui/maindialog.py:1537
msgid ""
"Sorry, there is nothing to be edited,\n"
"or this type cannot be edited yet."


Please don't hard code line breaks like this in messages, but instead allow
for automatic line wrapping of messages. This not only helps translators
for several reasons (as described in detail on
http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#line-breaks),
but it also improves accessibility since users can use other fonts and
larger font sizes without messages becoming ugly or even unreadable.

Comment 1 Christian Rose 2003-10-16 11:16:42 UTC
Also true for:

#: src/netconfpkg/gui/editipsec.glade.h:30
msgid ""
"You will now be guided through the\n"
"setup of the IPsec connection."


Note You need to log in before you can comment on or make changes to this bug.