Fixed JIRA issues
authorJihoon Chung <jihoon.chung@samsung.com>
Wed, 26 Dec 2012 02:53:44 +0000 (11:53 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Wed, 26 Dec 2012 05:18:02 +0000 (14:18 +0900)
[Issue#] JIRA (N_SE-17623)
[Problem] Title spell is wrong
[Cause] Spell is missed
[Solution] fixed spell
[SCMRequest] N/A

Change-Id: I3302defd41d65281595fc554dd2bd54b5ae4d415

webapp-detail/exceptionsview.cpp

index 4e2823c..1f9595d 100644 (file)
@@ -55,7 +55,7 @@ const char* const TEXT_EMPTY = "No exceptions data";
 const char* const TEXT_POPUP_CONTENT = "Do you want to remove data?";
 const char* const TEXT_POPUP_L_BUTTON = "YES";
 const char* const TEXT_POPUP_R_BUTTON = "NO";
-const char* const TEXT_NAVIFRAME_TITLE = "Exeptions Settings";
+const char* const TEXT_NAVIFRAME_TITLE = "Exceptions Settings";
 
 }