[Title]string updated
authoryeongtaik.byeon <yeongtaik.byeon@samsung.com>
Tue, 26 Jun 2012 07:42:01 +0000 (16:42 +0900)
committeryeongtaik.byeon <yeongtaik.byeon@samsung.com>
Tue, 26 Jun 2012 07:42:01 +0000 (16:42 +0900)
[Type]update
[Module]
[Priority]normal
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/SummaryLables.properties

index d116446..3d00484 100644 (file)
@@ -17,9 +17,9 @@ FUNCTION_USER_PROFILING_VIEW_INCLUSIVE_CPU_TIME=Incl. Cpu Time
 FUNCTION_USER_PROFILING_VIEW_NAME=Name
 FUNCTION_USER_PROFILING_VIEW_TITLE=Function Usage Profiling
 
-WARNING_CASE_BRIEF_DUPLICATE=duplicate open (re-open without closed)
+WARNING_CASE_BRIEF_DUPLICATE=Duplicate open (re-open without closed)
 WARNING_CASE_BRIEF_NO_OPERATION=open and close without using (no operation)
-WARNING_CASE_BRIEF_REPEAT=repeatedly open and close (more than 3 times)
+WARNING_CASE_BRIEF_REPEAT=Repeatedly open and close (more than 3 times)
 WARNING_CASE_BRIEF_UNUSED=Long time unused (more than 10 files are opened, more than 1 minute unused.)
  
 WARNING_CASE_POST_FIX_DUPLICATE=] was opened more than once with different file descriptors. It`s better to open it once and share the file descriptor.