]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/deleteui/DeleteStepTwo.java
Changed spelling to manifest
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / far / deleteui / DeleteStepTwo.java
index 012d23bb6c03fc4b664b0c9ccf3c88df325201d0..8d7e4e6fed56456ecb13776b7f59b3f8c76eca3d 100644 (file)
@@ -33,6 +33,7 @@ import javax.swing.JRadioButton;
 import org.tianocore.frameworkwizard.common.DataType;\r
 import org.tianocore.frameworkwizard.common.ui.IDialog;\r
 import org.tianocore.frameworkwizard.far.FarIdentification;\r
+import org.tianocore.frameworkwizard.far.FarStringDefinition;\r
 import org.tianocore.frameworkwizard.packaging.PackageIdentification;\r
 import org.tianocore.frameworkwizard.platform.PlatformIdentification;\r
 import org.tianocore.frameworkwizard.workspace.WorkspaceTools;\r
@@ -122,8 +123,8 @@ public class DeleteStepTwo extends IDialog implements MouseListener {
             jTextArea = new JTextArea();\r
             jTextArea.setBounds(new java.awt.Rectangle(30, 7, 642, 50));\r
             jTextArea.setText("Step 2: Choose Delete Mode. \n");\r
-            jTextArea.append("Mode 1 only remove register information from framework database. \n");\r
-            jTextArea.append("Mode 2 also delete all files from file system. ");\r
+            jTextArea.append("Mode 1 Only remove registation information from the WORKSPACE. \n");\r
+            jTextArea.append("Mode 2 Also delete all files and directories from file system. ");\r
             jTextArea.setEditable(false);\r
         }\r
         return jTextArea;\r
@@ -137,9 +138,9 @@ public class DeleteStepTwo extends IDialog implements MouseListener {
     private JRadioButton getJRadioButton() {\r
         if (jRadioButton == null) {\r
             jRadioButton = new JRadioButton();\r
-            jRadioButton.setBounds(new java.awt.Rectangle(40,100,340,20));\r
+            jRadioButton.setBounds(new java.awt.Rectangle(40,100,440,20));\r
             jRadioButton.setSelected(true);\r
-            jRadioButton.setText("Mode 1: Only remove from framework database");\r
+            jRadioButton.setText("Mode 1: Only remove registration information from the WORKSPACE.");\r
         }\r
         return jRadioButton;\r
     }\r
@@ -152,8 +153,8 @@ public class DeleteStepTwo extends IDialog implements MouseListener {
     private JRadioButton getJRadioButton1() {\r
         if (jRadioButton1 == null) {\r
             jRadioButton1 = new JRadioButton();\r
-            jRadioButton1.setBounds(new java.awt.Rectangle(40,140,358,20));\r
-            jRadioButton1.setText("Mode 2: Delete all related files from workspace");\r
+            jRadioButton1.setBounds(new java.awt.Rectangle(40,140,440,20));\r
+            jRadioButton1.setText("Mode 2: Delete ALL related files and directories from the WORKSPACE.");\r
         }\r
         return jRadioButton1;\r
     }\r
@@ -174,7 +175,7 @@ public class DeleteStepTwo extends IDialog implements MouseListener {
     private void initialize() {\r
         this.setSize(700, 400);\r
         this.setContentPane(getJContentPane());\r
-        this.setTitle("Delete Framework Archive(FAR) - Step 2: Choose Delete Mode");\r
+        this.setTitle(FarStringDefinition.DELETE_STEP_TWO_TITLE);\r
         Dimension d = Toolkit.getDefaultToolkit().getScreenSize();\r
         this.setLocation((d.width - this.getSize().width) / 2, (d.height - this.getSize().height) / 2);\r
     }\r