Show
Ignore:
Timestamp:
01/13/08 17:46:26 (10 months ago)
Author:
flynd
Message:

Word ordering may differ so make alias position in string part of translation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/core/mainwin.cpp

    r5990 r6032  
    681681          alias.replace(QChar('>'), ">"); 
    682682 
    683           QString msg("<b>" + alias + "</b> " + tr("is online")); 
     683          QString msg(tr("%1 is online")).arg("<b>" + alias + "</b>"); 
    684684          QPixmap px = IconManager::instance()->iconForStatus(u->StatusFull(), u->IdString(), u->PPID()); 
    685685          KPassivePopup::message("Licq", msg, px, LicqGui::instance()->dockIcon(), NULL, 4000);