[Phpmyadmin-devel] fixing code style warnings by changing messages?

Michal Čihař michal at cihar.com
Mon Jun 24 15:07:51 CEST 2013


Hi

Dne Sat, 22 Jun 2013 22:43:00 +0800
"Bin Zu" <xmujay at 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.

-- 
	Michal Čihař | http://cihar.com | http://blog.cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20130624/0dd880e3/attachment.sig>


More information about the Developers mailing list