On 02/28/2014 11:53 AM, CrÃstian Viana wrote:
Am 28-02-2014 11:39, schrieb Daniel Barboza:
> 'KCHPOOL6006E': "$_("No logical device
selected.")",
> 'KCHPOOL6007E': "$_("The iSCSI target can not be
blank.")",
> 'KCHPOOL6008E': "$_("Server name can not be
blank.")",
> - 'KCHPOOL6009E': "$_("This is not a valid Server Name or IP.
> please, modify it.")"
> + 'KCHPOOL6009E': "$_("This is not a valid Server Name or IP.
> please, modify it.")",
> + 'KCHPOOL6010E': "$_("Looking for available partitions
...")",
> + 'KCHPOOL6011E': "$_("No available partitions
found.")"
> };
>
AFAIU, the message IDs ending in "E" should be used for error
messages. Regular messages (like "Looking for available partitions
...") should end in "M".
Hmmm good point! I'll fix it in v2 :)