[Title] Device select notify string changed.
authorgyeongseok.seo <gyeongseok.seo@samsung.com>
Thu, 3 Jan 2013 01:47:53 +0000 (10:47 +0900)
committergyeongseok.seo <gyeongseok.seo@samsung.com>
Thu, 3 Jan 2013 03:08:13 +0000 (12:08 +0900)
[Desc.] select device to selected device
[Issue] 7825

Change-Id: I4ee9c90fd67d764c84887dfea30747fec3a354e4

org.tizen.cli/src/org/tizen/cli/exec/TargetDeviceSelector.java

index 2d6b8f5..864d39c 100755 (executable)
@@ -147,7 +147,7 @@ TargetDeviceSelector
 
         if ( devices.length == 1 ) {
             selectDevice = ArrayUtil.pickupFirst( devices );
-            String msg = MessageFormat.format( "Select Device is: {0}( {1} )" , selectDevice.toString(), selectDevice.getDeviceName() );
+            String msg = MessageFormat.format( "Selected Device is: {0}( {1} )" , selectDevice.toString(), selectDevice.getDeviceName() );
             prompter.notify( msg );
         } else if ( devices.length > 1 ) {
             ChoiceOption yes = new ChoiceOption( "Yes" );