summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/src/GenerateForm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/src/GenerateForm.cpp b/project/src/GenerateForm.cpp
index a3fbd3a..fe7b879 100644
--- a/project/src/GenerateForm.cpp
+++ b/project/src/GenerateForm.cpp
@@ -222,7 +222,7 @@ GenerateForm::OnActionPerformed(const Tizen::Ui::Control& source, int actionId)
MessageBox msgBox;
int modalResult;
- msgBox.Construct(L"Warning", L"If text You have entered is not consistent with JIS8 encoding result may be wrong", MSGBOX_STYLE_OK);
+ msgBox.Construct(L"Warning", L"If text you have entered is not consistent with JIS8 encoding result may be wrong", MSGBOX_STYLE_OK);
msgBox.ShowAndWait(modalResult);
}
}