]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/createui/CreateStepFour.java
Fixed grammar in text messages.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / far / createui / CreateStepFour.java
index 314d0d0b1eceb6c8de32a717731f35e92278e228..3d3fdde2e910e5e837ee7e38cdb4c910a63b5bdc 100644 (file)
@@ -35,6 +35,7 @@ import org.tianocore.frameworkwizard.common.Tools;
 import org.tianocore.frameworkwizard.common.ui.IDialog;\r
 import org.tianocore.frameworkwizard.far.AggregationOperation;\r
 import org.tianocore.frameworkwizard.far.Far;\r
+import org.tianocore.frameworkwizard.far.FarStringDefinition;\r
 import org.tianocore.frameworkwizard.far.PackageQuery;\r
 import org.tianocore.frameworkwizard.far.PackageQueryInterface;\r
 import org.tianocore.frameworkwizard.packaging.PackageIdentification;\r
@@ -194,7 +195,7 @@ public class CreateStepFour extends IDialog implements MouseListener {
     private void initialize() {\r
         this.setSize(700, 400);\r
         this.setContentPane(getJContentPane());\r
-        this.setTitle("Create Framework Archive(FAR) - Step 4: Finish");\r
+        this.setTitle(FarStringDefinition.CREATE_STEP_FOUR_TITLE);\r
         this.centerWindow();\r
     }\r
 \r
@@ -207,10 +208,10 @@ public class CreateStepFour extends IDialog implements MouseListener {
         if (jContentPane == null) {\r
             jLabel2 = new JLabel();\r
             jLabel2.setBounds(new java.awt.Rectangle(30,70,111,18));\r
-            jLabel2.setText("Select File to Save:  ");\r
+            jLabel2.setText("File to Save:  ");\r
             jLabel = new JLabel();\r
             jLabel.setBounds(new java.awt.Rectangle(29,108,320,20));\r
-            jLabel.setText("This FAR will depend on following packages: ");\r
+            jLabel.setText("This FAR will depend on the following packages: ");\r
             jLabel.setVisible(false);\r
             jContentPane = new JPanel();\r
             jContentPane.setLayout(null);\r