diff -r 9f263f780e41 -r 0c32cf868819 connectionmonitoring/cellularindicatorplugin/src/cellularindicatorplugin.cpp --- a/connectionmonitoring/cellularindicatorplugin/src/cellularindicatorplugin.cpp Wed Oct 27 17:51:11 2010 +0300 +++ b/connectionmonitoring/cellularindicatorplugin/src/cellularindicatorplugin.cpp Wed Oct 27 18:01:02 2010 +0300 @@ -196,8 +196,8 @@ if ( (indicatorInfo[0].toInt() > 1) && indicatorInfo.count() ) { // More than one connection -> show number of connections - QString str = QString(hbTrId("txt_occ_dblist_cellular_data_val_l1_connections")); - ret = str.arg(indicatorInfo[0].toInt()); + int count = indicatorInfo[0].toInt(); + ret = QString( hbTrId("txt_occ_dblist_cellular_data_val_l1_connections", count ) ); } else if ( indicatorInfo[0].toInt() && (indicatorInfo.count() >= 2)) {