Hi
Dne Sat, 22 Jun 2013 22:43:00 +0800 "Bin Zu" xmujay@gmail.com napsal(a):
In fact, I don't change the messages. I just split the long message(one line) to serveral line and join them. so the message are same as before. Because the messages are too long.
just like this:
__('When Host table is used, this field is ignored and values stored in Host table are used instead.')
__(
'When Host table is used, this field is ignored '
. 'and values stored in Host table are used instead.'
)
please advise~thanks
This should not cause message change, xgettext should handle this safely.