Fix empty translation.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/8/head
Slávek Banko 5 years ago
parent 3927af6b2a
commit dca06b0505
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -131,7 +131,7 @@ GaduRegisterAccount::validateInput()
if ( valid ) if ( valid )
{ {
// clear status message if we have valid data // clear status message if we have valid data
updateStatus( i18n( "" ) ); updateStatus( "" );
} }
enableButton( User1, valid ); enableButton( User1, valid );

@ -284,7 +284,7 @@ parseResult * ChannelParser::parseSSFEPrompt(TQString string)
// "'[pP]' " gives 4 spaces // "'[pP]' " gives 4 spaces
if(string.length() < 5) if(string.length() < 5)
caption = i18n(""); caption = "";
else else
caption = string.mid(3); caption = string.mid(3);
prompt_active = TRUE; prompt_active = TRUE;

Loading…
Cancel
Save