fix for N_SE-40676: "Try" text is missing from Info pop up at AudioInOut
authorAmit Kumar <a.kumar35@samsung.com>
Thu, 6 Jun 2013 10:07:41 +0000 (15:37 +0530)
committerAmit Kumar <a.kumar35@samsung.com>
Thu, 6 Jun 2013 10:07:41 +0000 (15:37 +0530)
Change-Id: I641065738b990647c4df70002c11a537cb6d0125
Signed-off-by: Amit Kumar <a.kumar35@samsung.com>
project/src/Audio/AudioInOut.cpp

index e24bc77..10152fa 100644 (file)
@@ -570,7 +570,7 @@ AudioInOut::OnActionPerformed(const Tizen::Ui::Control& source, int actionId)
                        r = StartRecording();
                        if (r != E_SUCCESS)
                        {
-                               ShowMessagePopup(String(L"Info"), String(L"Recording Failed Again Later\n") + String(GetErrorMessage(r)), ID_ERROR_POPUP);
+                               ShowMessagePopup(String(L"Info"), String(L"Recording Failed, Try Again Later\n") + String(GetErrorMessage(r)), ID_ERROR_POPUP);
                        }
                        else
                        {