Added a space in audiorecorder description:N_SE-50046
authorRahul Varna <rahul.varna@samsung.com>
Tue, 27 Aug 2013 08:44:11 +0000 (14:14 +0530)
committerRahul Varna <rahul.varna@samsung.com>
Tue, 27 Aug 2013 08:44:11 +0000 (14:14 +0530)
Signed-off-by: Rahul Varna <rahul.varna@samsung.com>
project/src/Recorder/AudioRecorderForm.cpp

index 25c04b8..8b1192e 100644 (file)
@@ -2223,7 +2223,7 @@ AudioRecorderForm::CreateDisplayString(void)
        currSize = 0;
        currTime = 0;
 
-       strTemp.Format(256, L"Size: %d KB\nTime: %d/%d sec\n", currSize, currTime, __maxRecordingTime);
+       strTemp.Format(256, L"Size : %d KB\nTime : %d/%d sec\n", currSize, currTime, __maxRecordingTime);
        strTempDisplayString.Append(__displayInfo);
        strTempDisplayString.Append(strTemp);