X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FFrameworkWizard%2Fsrc%2Forg%2Ftianocore%2Fframeworkwizard%2Ffar%2Fdeleteui%2FDeleteStepOne.java;h=f5b68f4eaebeaf26dece7ae43db6d4d50c06d798;hp=c22097c7c7b9b628d7f9e25c6a8586c81a679412;hb=214b0d1914b48d651b25e58f321ddb77a46903b8;hpb=2e39c71883a39e34ccbf8f9385c7997af8592fb6 diff --git a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/deleteui/DeleteStepOne.java b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/deleteui/DeleteStepOne.java index c22097c7c7..f5b68f4eae 100644 --- a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/deleteui/DeleteStepOne.java +++ b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/deleteui/DeleteStepOne.java @@ -128,12 +128,12 @@ public class DeleteStepOne extends IDialog implements ListSelectionListener { private JTextArea getJTextArea1() { if (jTextAreaInstruction == null) { jTextAreaInstruction = new JTextArea(); - jTextAreaInstruction.setBounds(new java.awt.Rectangle(30, 7, 642, 50)); - jTextAreaInstruction.setText("Step 1: Choose FAR from framework database. \n"); + jTextAreaInstruction.setBounds(new java.awt.Rectangle(30, 7, 662, 50)); + jTextAreaInstruction.setText("Step 1: Select FAR to remove.\n"); jTextAreaInstruction.setCaretColor(Color.RED); jTextAreaInstruction - .append("After choose FAR, the packages and platforms which belong to the FAR will display. \n"); - jTextAreaInstruction.append("Picture \"Okay\" or \"No\" indicates whether FAR can be removed or not. "); + .append("After choosing the FAR, the packages and/or platforms that belong to the FAR will displayed.\n"); + jTextAreaInstruction.append("Icon \"OK\" or \"NO\" indicates whether the FAR can be safely removed."); jTextAreaInstruction.setEditable(false); } return jTextAreaInstruction; @@ -269,7 +269,7 @@ public class DeleteStepOne extends IDialog implements ListSelectionListener { jLabelImage = new JLabel(); jLabelImage.setBounds(new java.awt.Rectangle(30, 319, 36, 36)); jLabel4 = new JLabel(); - jLabel4.setBounds(new java.awt.Rectangle(71, 325, 289, 20)); + jLabel4.setBounds(new java.awt.Rectangle(71, 325, 320, 20)); jLabel3 = new JLabel(); jLabel3.setBounds(new java.awt.Rectangle(360, 170, 113, 20)); jLabel3.setText("FAR's Platforms"); @@ -338,12 +338,12 @@ public class DeleteStepOne extends IDialog implements ListSelectionListener { if (flag) { jLabelImage.setIcon(new ImageIcon(getClass().getResource("/resources/images/Yes.JPG"))); - jLabel4.setText("Without any remain packages depend on this FAR. "); + jLabel4.setText("None of the remaining packages depend on this FAR. "); jButtonDetail.setVisible(false); jButtonNext.setEnabled(true); } else { jLabelImage.setIcon(new ImageIcon(getClass().getResource("/resources/images/No.JPG"))); - jLabel4.setText("Some remain packages still depend on this FAR. "); + jLabel4.setText("Some of the remaining packages still depend on this FAR. "); // jButtonDetail.setVisible(true); jButtonNext.setEnabled(false); }