satui/satapp/src/satappconfirmprovider.cpp
changeset 36 7c428525956b
parent 35 6aefa3341fcc
child 53 25b8d29b7c59
--- a/satui/satapp/src/satappconfirmprovider.cpp	Fri Jul 23 12:32:49 2010 +0300
+++ b/satui/satapp/src/satappconfirmprovider.cpp	Fri Aug 06 13:08:23 2010 +0300
@@ -136,12 +136,12 @@
     QString alphaId;
     if (text.length() == 0) {
         qDebug("SATAPP: SatAppConfirmProvider::showSetUpCallConfirm length 0");
+        alphaId = hbTrId("txt_simatk_info_1_about_to_call");
         if (additionText.length() > 0) {
-            alphaId.append(additionText);
+            alphaId = alphaId.arg(additionText);
         } else {
-            alphaId.append(hbTrId("txt_simatk_title_sim_services"));
+            alphaId = alphaId.arg(hbTrId("txt_simatk_title_sim_services"));
         }
-       alphaId.append(hbTrId("txt_simatk_info_1_about_to_call")); 
     } else {
         qDebug("SATAPP: SatAppConfirmProvider::showSetUpCallConfirm text");
         alphaId.append(text);