Modify string from setting to settings
authorTaeHo Choi <thanks.choi@samsung.com>
Wed, 3 Apr 2013 12:37:46 +0000 (21:37 +0900)
committerTaeHo Choi <thanks.choi@samsung.com>
Wed, 3 Apr 2013 12:37:46 +0000 (21:37 +0900)
Change-Id: Iffb953efd6db0534946b6e71c104f095abda731b
Signed-off-by: TaeHo Choi <thanks.choi@samsung.com>
src/StMainMenuForm.cpp

index eafaa8e..57f9f61 100644 (file)
@@ -468,7 +468,7 @@ MainMenuForm::CreateItem(int groupIndex, int itemIndex, int itemWidth)
                        case ID_ITEM_DEVICE_CALL_SETTING:
                                {
                                        pBitmap = ResourceManager::GetBitmapN(IDB_PHONE);
-                                       itemText = L"Call setting";
+                                       itemText = L"Call settings";
                                }
                                break;