[Title] modify warning statement of sampling rate input
authorwoojin <woojin2.jung@samsung.com>
Wed, 18 Dec 2013 07:12:20 +0000 (16:12 +0900)
committerwoojin <woojin2.jung@samsung.com>
Wed, 18 Dec 2013 07:12:20 +0000 (16:12 +0900)
[Desc.] modify statement more specifically
[Issue]

org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/configuration/ConfigurationDialogFeaturesPage.java

index 5ec4f82..ef92181 100644 (file)
@@ -501,7 +501,7 @@ public class ConfigurationDialogFeaturesPage extends DAPageComposite {
 
                ) {
                        if (value > 1000) {
-                               info.setText("value is greater than 1000");
+                               info.setText("value should be in range from 1 to 1000");
                                return false;
                        }
                }