MISC: Changed mis-spelled dialog title 10/13910/1
authorkh5325.kim <kh5325.kim@samsung.com>
Wed, 18 Dec 2013 07:04:39 +0000 (16:04 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Wed, 18 Dec 2013 07:04:39 +0000 (16:04 +0900)
Changed mis-spelled dialog title in the Remote Device Manager.

Change-Id: Ifdd3bb86d38b164d580d9c783d4bf60cb5259251
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
org.tizen.common.connection/src/org/tizen/common/connection/explorer/RemoteDeviceManagerDialog.java

index 94c1940..8e03f8a 100644 (file)
@@ -365,7 +365,7 @@ public class RemoteDeviceManagerDialog extends Dialog
 
         private void createUI(final Shell shell)
         {
-            shell.setText("Add New Remote Deivce");
+            shell.setText("Add Device");
             shell.setLayout(new GridLayout(1, false));
 
             Group mid = new Group(shell, SWT.SHADOW_IN);
@@ -470,7 +470,7 @@ public class RemoteDeviceManagerDialog extends Dialog
 
         private void createUI(final Shell shell)
         {
-            shell.setText("Edit New Remote Deivce");
+            shell.setText("Edit Device");
             shell.setLayout(new GridLayout(1, false));
 
             Group mid = new Group(shell, SWT.SHADOW_IN);