]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed grammar in messages.
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Aug 2006 17:40:50 +0000 (17:40 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Aug 2006 17:40:50 +0000 (17:40 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1368 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/DataHubsDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/HiiPackagesDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/HobsDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/PCDsDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/PackageDepDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/SourceFilesDlg.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/VariablesDlg.java

index 07081bcaee7e4ef06ccfa5cb22a879c9e5321eec..faa8b9988e4fc223b9b0ab18e312aa8c46c12bd3 100644 (file)
@@ -373,7 +373,7 @@ public class MsaHeader extends IInternalFrame {
             jTextAreaDescription = new JTextArea();\r
             jTextAreaDescription.setLineWrap(true);\r
             jTextAreaDescription.addFocusListener(this);\r
             jTextAreaDescription = new JTextArea();\r
             jTextAreaDescription.setLineWrap(true);\r
             jTextAreaDescription.addFocusListener(this);\r
-            jTextAreaDescription.setToolTipText("A verbose description of the module");\r
+            jTextAreaDescription.setToolTipText("A verbose description of the module.");\r
             jTextAreaDescription.setWrapStyleWord(true);\r
             jTextAreaDescription.setSelectionStart(0);\r
             jTextAreaDescription.setSelectionEnd(0);\r
             jTextAreaDescription.setWrapStyleWord(true);\r
             jTextAreaDescription.setSelectionStart(0);\r
             jTextAreaDescription.setSelectionEnd(0);\r
@@ -485,7 +485,7 @@ public class MsaHeader extends IInternalFrame {
             jTextFieldAbstract.setLocation(new java.awt.Point(160, 110));\r
             jTextFieldAbstract.setSize(new java.awt.Dimension(320, 20));\r
             jTextFieldAbstract.addFocusListener(this);\r
             jTextFieldAbstract.setLocation(new java.awt.Point(160, 110));\r
             jTextFieldAbstract.setSize(new java.awt.Dimension(320, 20));\r
             jTextFieldAbstract.addFocusListener(this);\r
-            jTextFieldAbstract.setToolTipText("A one sentence description of this module");\r
+            jTextFieldAbstract.setToolTipText("A one sentence description of this module.");\r
         }\r
         return jTextFieldAbstract;\r
     }\r
         }\r
         return jTextFieldAbstract;\r
     }\r
@@ -519,7 +519,7 @@ public class MsaHeader extends IInternalFrame {
             jTextFieldURL.setLocation(new java.awt.Point(160, 430));\r
             jTextFieldURL.setSize(new java.awt.Dimension(320, 20));\r
             jTextFieldURL.addFocusListener(this);\r
             jTextFieldURL.setLocation(new java.awt.Point(160, 430));\r
             jTextFieldURL.setSize(new java.awt.Dimension(320, 20));\r
             jTextFieldURL.addFocusListener(this);\r
-            jTextFieldURL.setToolTipText("A URL for the latest version of the license");\r
+            jTextFieldURL.setToolTipText("A URL for the latest version of the license.");\r
         }\r
         return jTextFieldURL;\r
     }\r
         }\r
         return jTextFieldURL;\r
     }\r
@@ -570,7 +570,7 @@ public class MsaHeader extends IInternalFrame {
             jTextAreaCopyright.setSelectionStart(0);\r
             jTextAreaCopyright.setSelectionEnd(0);\r
             jTextAreaCopyright.setBounds(new java.awt.Rectangle(0, 0, 320, 40));\r
             jTextAreaCopyright.setSelectionStart(0);\r
             jTextAreaCopyright.setSelectionEnd(0);\r
             jTextAreaCopyright.setBounds(new java.awt.Rectangle(0, 0, 320, 40));\r
-            jTextAreaCopyright.setToolTipText("One or more copyright lines");\r
+            jTextAreaCopyright.setToolTipText("One or more copyright lines.");\r
         }\r
         return jTextAreaCopyright;\r
     }\r
         }\r
         return jTextAreaCopyright;\r
     }\r
@@ -592,7 +592,7 @@ public class MsaHeader extends IInternalFrame {
                                                  + "A module cannot contain both. <br>"\r
                                                  + "The GUID numbers should be identical <br>"\r
                                                  + "for a binary and source MSA, <br>"\r
                                                  + "A module cannot contain both. <br>"\r
                                                  + "The GUID numbers should be identical <br>"\r
                                                  + "for a binary and source MSA, <br>"\r
-                                                 + "but the BINARY MSA should have <br>"\r
+                                                 + "however the BINARY MSA should have <br>"\r
                                                  + "a higher version number.</html>");\r
         }\r
         return jComboBoxBinaryModule;\r
                                                  + "a higher version number.</html>");\r
         }\r
         return jComboBoxBinaryModule;\r
@@ -609,7 +609,7 @@ public class MsaHeader extends IInternalFrame {
             jTextFieldOutputFileBasename.setBounds(new java.awt.Rectangle(160, 455, 320, 20));\r
             jTextFieldOutputFileBasename.setPreferredSize(new java.awt.Dimension(320, 20));\r
             jTextFieldOutputFileBasename.addFocusListener(this);\r
             jTextFieldOutputFileBasename.setBounds(new java.awt.Rectangle(160, 455, 320, 20));\r
             jTextFieldOutputFileBasename.setPreferredSize(new java.awt.Dimension(320, 20));\r
             jTextFieldOutputFileBasename.addFocusListener(this);\r
-            jTextFieldOutputFileBasename.setToolTipText("Enter a single word for generated output file names");\r
+            jTextFieldOutputFileBasename.setToolTipText("Enter a single word for generated output file names.");\r
         }\r
         return jTextFieldOutputFileBasename;\r
     }\r
         }\r
         return jTextFieldOutputFileBasename;\r
     }\r
@@ -939,12 +939,12 @@ public class MsaHeader extends IInternalFrame {
         // Check Base Name\r
         //\r
         if (isEmpty(this.jTextFieldBaseName.getText())) {\r
         // Check Base Name\r
         //\r
         if (isEmpty(this.jTextFieldBaseName.getText())) {\r
-            Log.wrn("Update Msa Header", "Base Name couldn't be empty");\r
+            Log.wrn("Update Msa Header", "Name must be entered!");\r
             //this.jTextFieldBaseName.requestFocus();\r
             return false;\r
         }\r
         if (!DataValidation.isBaseName(this.jTextFieldBaseName.getText())) {\r
             //this.jTextFieldBaseName.requestFocus();\r
             return false;\r
         }\r
         if (!DataValidation.isBaseName(this.jTextFieldBaseName.getText())) {\r
-            Log.wrn("Update Msa Header", "Incorrect data type for Base Name");\r
+            Log.wrn("Update Msa Header", "Incorrect data type for Name, it must start with an alpha character!");\r
             //this.jTextFieldBaseName.requestFocus();\r
             return false;\r
         }\r
             //this.jTextFieldBaseName.requestFocus();\r
             return false;\r
         }\r
@@ -953,12 +953,12 @@ public class MsaHeader extends IInternalFrame {
         // Check Guid\r
         //\r
         if (isEmpty(this.jTextFieldGuid.getText())) {\r
         // Check Guid\r
         //\r
         if (isEmpty(this.jTextFieldGuid.getText())) {\r
-            Log.wrn("Update Msa Header", "Guid Value couldn't be empty");\r
+            Log.wrn("Update Msa Header", "The Guid Value must be entered!");\r
             //this.jTextFieldGuid.requestFocus();\r
             return false;\r
         }\r
         if (!DataValidation.isGuid((this.jTextFieldGuid).getText())) {\r
             //this.jTextFieldGuid.requestFocus();\r
             return false;\r
         }\r
         if (!DataValidation.isGuid((this.jTextFieldGuid).getText())) {\r
-            Log.wrn("Update Msa Header", "Incorrect data type for Guid");\r
+            Log.wrn("Update Msa Header", "Incorrect data type for Guid, it must be registry format, 8-4-4-4-12");\r
             //this.jTextFieldGuid.requestFocus();\r
             return false;\r
         }\r
             //this.jTextFieldGuid.requestFocus();\r
             return false;\r
         }\r
@@ -967,12 +967,12 @@ public class MsaHeader extends IInternalFrame {
         // Check Version\r
         //\r
         if (isEmpty(this.jTextFieldVersion.getText())) {\r
         // Check Version\r
         //\r
         if (isEmpty(this.jTextFieldVersion.getText())) {\r
-            Log.wrn("Update Msa Header", "Version couldn't be empty");\r
+            Log.wrn("Update Msa Header", "Version must be entered!");\r
             //this.jTextFieldVersion.requestFocus();\r
             return false;\r
         }\r
         if (!DataValidation.isVersion(this.jTextFieldVersion.getText())) {\r
             //this.jTextFieldVersion.requestFocus();\r
             return false;\r
         }\r
         if (!DataValidation.isVersion(this.jTextFieldVersion.getText())) {\r
-            Log.wrn("Update Msa Header", "Incorrect data type for Version");\r
+            Log.wrn("Update Msa Header", "Incorrect data type for Version, it must start with a digit.");\r
             //this.jTextFieldVersion.requestFocus();\r
             return false;\r
         }\r
             //this.jTextFieldVersion.requestFocus();\r
             return false;\r
         }\r
@@ -981,12 +981,12 @@ public class MsaHeader extends IInternalFrame {
         // Check Abstact\r
         //\r
         if (isEmpty(this.jTextFieldAbstract.getText())) {\r
         // Check Abstact\r
         //\r
         if (isEmpty(this.jTextFieldAbstract.getText())) {\r
-            Log.wrn("Update Msa Header", "Abstract couldn't be empty");\r
+            Log.wrn("Update Msa Header", "Abstract must be entered!");\r
             //this.jTextFieldAbstract.requestFocus();\r
             return false;\r
         }\r
         if (!DataValidation.isAbstract(this.jTextFieldAbstract.getText())) {\r
             //this.jTextFieldAbstract.requestFocus();\r
             return false;\r
         }\r
         if (!DataValidation.isAbstract(this.jTextFieldAbstract.getText())) {\r
-            Log.wrn("Update Msa Header", "Incorrect data type for Abstract");\r
+            Log.wrn("Update Msa Header", "Incorrect data type for Abstract, is should be a sentence describing the module.");\r
             //this.jTextFieldAbstract.requestFocus();\r
             return false;\r
         }\r
             //this.jTextFieldAbstract.requestFocus();\r
             return false;\r
         }\r
@@ -995,7 +995,7 @@ public class MsaHeader extends IInternalFrame {
         // Check Description\r
         //\r
         if (isEmpty(this.jTextAreaDescription.getText())) {\r
         // Check Description\r
         //\r
         if (isEmpty(this.jTextAreaDescription.getText())) {\r
-            Log.wrn("Update Msa Header", "Description couldn't be empty");\r
+            Log.wrn("Update Msa Header", "Description must be entered!");\r
             //this.jTextAreaDescription.requestFocus();\r
             return false;\r
         }\r
             //this.jTextAreaDescription.requestFocus();\r
             return false;\r
         }\r
@@ -1004,7 +1004,7 @@ public class MsaHeader extends IInternalFrame {
         // Check Copyright\r
         //\r
         if (isEmpty(this.jTextAreaCopyright.getText())) {\r
         // Check Copyright\r
         //\r
         if (isEmpty(this.jTextAreaCopyright.getText())) {\r
-            Log.wrn("Update Msa Header", "Copyright couldn't be empty");\r
+            Log.wrn("Update Msa Header", "Copyright must be entered!");\r
             //this.jTextFieldCopyright.requestFocus();\r
             return false;\r
         }\r
             //this.jTextFieldCopyright.requestFocus();\r
             return false;\r
         }\r
@@ -1013,7 +1013,7 @@ public class MsaHeader extends IInternalFrame {
         // Check License\r
         //\r
         if (isEmpty(this.jTextAreaLicense.getText())) {\r
         // Check License\r
         //\r
         if (isEmpty(this.jTextAreaLicense.getText())) {\r
-            Log.wrn("Update Msa Header", "License couldn't be empty");\r
+            Log.wrn("Update Msa Header", "License must be entered!");\r
             //this.jTextAreaLicense.requestFocus();\r
             return false;\r
         }\r
             //this.jTextAreaLicense.requestFocus();\r
             return false;\r
         }\r
@@ -1022,7 +1022,7 @@ public class MsaHeader extends IInternalFrame {
         // Check Specification\r
         //\r
         if (isEmpty(this.jTextFieldSpecification.getText())) {\r
         // Check Specification\r
         //\r
         if (isEmpty(this.jTextFieldSpecification.getText())) {\r
-            Log.wrn("Update Msa Header", "Specification couldn't be empty");\r
+            Log.wrn("Update Msa Header", "Specification must exist.");\r
             //this.jTextFieldSpecification.requestFocus();\r
             return false;\r
         }\r
             //this.jTextFieldSpecification.requestFocus();\r
             return false;\r
         }\r
@@ -1120,12 +1120,12 @@ public class MsaHeader extends IInternalFrame {
         //\r
         if (arg0.getSource() == this.jTextFieldBaseName) {\r
             if (isEmpty(this.jTextFieldBaseName.getText())) {\r
         //\r
         if (arg0.getSource() == this.jTextFieldBaseName) {\r
             if (isEmpty(this.jTextFieldBaseName.getText())) {\r
-                Log.wrn("Update Msa Header", "Base Name couldn't be empty");\r
+                Log.wrn("Update Msa Header", "The Name must be entered!");\r
                 //this.jTextFieldBaseName.requestFocus();\r
                 return;\r
             }\r
             if (!DataValidation.isBaseName(this.jTextFieldBaseName.getText())) {\r
                 //this.jTextFieldBaseName.requestFocus();\r
                 return;\r
             }\r
             if (!DataValidation.isBaseName(this.jTextFieldBaseName.getText())) {\r
-                Log.wrn("Update Msa Header", "Incorrect data type for Base Name");\r
+                Log.wrn("Update Msa Header", "Incorrect data type for Name, it must begin with an alpha character.");\r
                 //this.jTextFieldBaseName.requestFocus();\r
                 return;\r
             }\r
                 //this.jTextFieldBaseName.requestFocus();\r
                 return;\r
             }\r
@@ -1152,12 +1152,12 @@ public class MsaHeader extends IInternalFrame {
         //\r
         if (arg0.getSource() == this.jTextFieldGuid) {\r
             if (isEmpty(this.jTextFieldGuid.getText())) {\r
         //\r
         if (arg0.getSource() == this.jTextFieldGuid) {\r
             if (isEmpty(this.jTextFieldGuid.getText())) {\r
-                Log.wrn("Update Msa Header", "Guid Value couldn't be empty");\r
+                Log.wrn("Update Msa Header", "Guid must be entered!");\r
                 //this.jTextFieldGuid.requestFocus();\r
                 return;\r
             }\r
             if (!DataValidation.isGuid((this.jTextFieldGuid).getText())) {\r
                 //this.jTextFieldGuid.requestFocus();\r
                 return;\r
             }\r
             if (!DataValidation.isGuid((this.jTextFieldGuid).getText())) {\r
-                Log.wrn("Update Msa Header", "Incorrect data type for Guid");\r
+                Log.wrn("Update Msa Header", "Incorrect data type for Guid, it must be registry format. (8-4-4-4-12)");\r
                 //this.jTextFieldGuid.requestFocus();\r
                 return;\r
             }\r
                 //this.jTextFieldGuid.requestFocus();\r
                 return;\r
             }\r
@@ -1173,12 +1173,12 @@ public class MsaHeader extends IInternalFrame {
         //\r
         if (arg0.getSource() == this.jTextFieldVersion) {\r
             if (isEmpty(this.jTextFieldVersion.getText())) {\r
         //\r
         if (arg0.getSource() == this.jTextFieldVersion) {\r
             if (isEmpty(this.jTextFieldVersion.getText())) {\r
-                Log.wrn("Update Msa Header", "Version couldn't be empty");\r
+                Log.wrn("Update Msa Header", "Version must be entered!");\r
                 //this.jTextFieldVersion.requestFocus();\r
                 return;\r
             }\r
             if (!DataValidation.isVersion(this.jTextFieldVersion.getText())) {\r
                 //this.jTextFieldVersion.requestFocus();\r
                 return;\r
             }\r
             if (!DataValidation.isVersion(this.jTextFieldVersion.getText())) {\r
-                Log.wrn("Update Msa Header", "Incorrect data type for Version");\r
+                Log.wrn("Update Msa Header", "Incorrect data type for Version, it must start with a digit.");\r
                 //this.jTextFieldVersion.requestFocus();\r
                 return;\r
             }\r
                 //this.jTextFieldVersion.requestFocus();\r
                 return;\r
             }\r
@@ -1194,12 +1194,12 @@ public class MsaHeader extends IInternalFrame {
         //\r
         if (arg0.getSource() == this.jTextFieldAbstract) {\r
             if (isEmpty(this.jTextFieldAbstract.getText())) {\r
         //\r
         if (arg0.getSource() == this.jTextFieldAbstract) {\r
             if (isEmpty(this.jTextFieldAbstract.getText())) {\r
-                Log.wrn("Update Msa Header", "Abstract couldn't be empty");\r
+                Log.wrn("Update Msa Header", "Abstract must be entered!");\r
                 //this.jTextFieldAbstract.requestFocus();\r
                 return;\r
             }\r
             if (!DataValidation.isAbstract(this.jTextFieldAbstract.getText())) {\r
                 //this.jTextFieldAbstract.requestFocus();\r
                 return;\r
             }\r
             if (!DataValidation.isAbstract(this.jTextFieldAbstract.getText())) {\r
-                Log.wrn("Update Msa Header", "Incorrect data type for Abstract");\r
+                Log.wrn("Update Msa Header", "Incorrect data type for Abstract, it must be sentence.");\r
                 //this.jTextFieldAbstract.requestFocus();\r
                 return;\r
             }\r
                 //this.jTextFieldAbstract.requestFocus();\r
                 return;\r
             }\r
@@ -1215,7 +1215,7 @@ public class MsaHeader extends IInternalFrame {
         //\r
         if (arg0.getSource() == this.jTextAreaDescription) {\r
             if (isEmpty(this.jTextAreaDescription.getText())) {\r
         //\r
         if (arg0.getSource() == this.jTextAreaDescription) {\r
             if (isEmpty(this.jTextAreaDescription.getText())) {\r
-                Log.wrn("Update Msa Header", "Description couldn't be empty");\r
+                Log.wrn("Update Msa Header", "Description must be entered!");\r
                 //this.jTextAreaDescription.requestFocus();\r
                 return;\r
             }\r
                 //this.jTextAreaDescription.requestFocus();\r
                 return;\r
             }\r
@@ -1231,7 +1231,7 @@ public class MsaHeader extends IInternalFrame {
         //\r
         if (arg0.getSource() == this.jTextAreaCopyright) {\r
             if (isEmpty(this.jTextAreaCopyright.getText())) {\r
         //\r
         if (arg0.getSource() == this.jTextAreaCopyright) {\r
             if (isEmpty(this.jTextAreaCopyright.getText())) {\r
-                Log.wrn("Update Msa Header", "Copyright couldn't be empty");\r
+                Log.wrn("Update Msa Header", "Copyright must be entered!");\r
                 //this.jTextFieldCopyright.requestFocus();\r
                 return;\r
             }\r
                 //this.jTextFieldCopyright.requestFocus();\r
                 return;\r
             }\r
@@ -1247,7 +1247,7 @@ public class MsaHeader extends IInternalFrame {
         //\r
         if (arg0.getSource() == this.jTextAreaLicense) {\r
             if (isEmpty(this.jTextAreaLicense.getText())) {\r
         //\r
         if (arg0.getSource() == this.jTextAreaLicense) {\r
             if (isEmpty(this.jTextAreaLicense.getText())) {\r
-                Log.wrn("Update Msa Header", "License couldn't be empty");\r
+                Log.wrn("Update Msa Header", "License must be entered!");\r
                 //this.jTextAreaLicense.requestFocus();\r
                 return;\r
             }\r
                 //this.jTextAreaLicense.requestFocus();\r
                 return;\r
             }\r
@@ -1288,7 +1288,7 @@ public class MsaHeader extends IInternalFrame {
         //\r
         if (arg0.getSource() == this.jTextFieldOutputFileBasename) {\r
             if (isEmpty(this.jTextFieldOutputFileBasename.getText())) {\r
         //\r
         if (arg0.getSource() == this.jTextFieldOutputFileBasename) {\r
             if (isEmpty(this.jTextFieldOutputFileBasename.getText())) {\r
-                Log.wrn("Update Msa Header", "Output File Basename couldn't be empty");\r
+                Log.wrn("Update Msa Header", "Output File Basename must be entered!");\r
                 //                jTextFieldOutputFileBasename.removeFocusListener(this);\r
                 //                jTextFieldOutputFileBasename.requestFocus();\r
                 //                jTextFieldOutputFileBasename.addFocusListener(this);\r
                 //                jTextFieldOutputFileBasename.removeFocusListener(this);\r
                 //                jTextFieldOutputFileBasename.requestFocus();\r
                 //                jTextFieldOutputFileBasename.addFocusListener(this);\r
index c28c26619729eb7f4a499d6118341a7b1db5e852..87c67287658c24f492d719fcee01fe7fcfef4973 100644 (file)
@@ -397,7 +397,7 @@ public class DataHubsDlg extends IDialog {
         // Check DataHubRecord\r
         //\r
         if (isEmpty(this.jTextFieldDataHubRecord.getText())) {\r
         // Check DataHubRecord\r
         //\r
         if (isEmpty(this.jTextFieldDataHubRecord.getText())) {\r
-            Log.wrn("Update Hubs", "Data Hub Record must not be empty");\r
+            Log.wrn("Update Hubs", "Data Hub Record must be entered!");\r
             return false;\r
         }\r
 \r
             return false;\r
         }\r
 \r
index 9c310ad5898d1464a9c2db2c3758d48c4c00ab54..6f0c0248add75018195015732df655ba646e1a70 100644 (file)
@@ -406,7 +406,7 @@ public class HiiPackagesDlg extends IDialog {
         // Check Hii Package Name\r
         //\r
         if (isEmpty(this.jTextFieldName.getText())) {\r
         // Check Hii Package Name\r
         //\r
         if (isEmpty(this.jTextFieldName.getText())) {\r
-            Log.wrn("Update Hii Packages", "Hii Package Name Record must not be empty");\r
+            Log.wrn("Update Hii Packages", "Hii Package Name Record must be entered!");\r
             return false;\r
         }\r
 \r
             return false;\r
         }\r
 \r
index 24b5e2dce504f7db086319a14eb2eb3bdd5ce326..3448cb3d8901cd0dc70a2861ed4dcb8cccd74516 100644 (file)
@@ -440,7 +440,7 @@ public class HobsDlg extends IDialog {
         // Check Name\r
         //\r
         if (isEmpty(this.jComboBoxGuidC_Name.getSelectedItem().toString())) {\r
         // Check Name\r
         //\r
         if (isEmpty(this.jComboBoxGuidC_Name.getSelectedItem().toString())) {\r
-            Log.wrn("Update Hobs", "Hob Guid C Name must not be empty");\r
+            Log.wrn("Update Hobs", "Hob Guid C Name must be entered!");\r
             return false;\r
         }\r
 \r
             return false;\r
         }\r
 \r
index 032c9e5d1fa181b6ebf8d16a1c167564c4a5fd17..81a4dfe3daa3a96b5ccbb01375f80f9368cc6687 100644 (file)
@@ -499,7 +499,7 @@ public class PCDsDlg extends IDialog implements ItemListener {
         if (!isEmpty(this.jTextFieldTokenSpaceGuid.getText())) {\r
             if (!DataValidation.isC_NameType(this.jTextFieldTokenSpaceGuid.getText())) {\r
                 Log.wrn("Update PcdCoded",\r
         if (!isEmpty(this.jTextFieldTokenSpaceGuid.getText())) {\r
             if (!DataValidation.isC_NameType(this.jTextFieldTokenSpaceGuid.getText())) {\r
                 Log.wrn("Update PcdCoded",\r
-                        "Incorrect data type for the selected pcd entry, please check in in spd file");\r
+                        "Incorrect data type for the selected pcd entry, please check the datatype specified in the spd file");\r
                 return false;\r
             }\r
         }\r
                 return false;\r
             }\r
         }\r
@@ -577,7 +577,7 @@ public class PCDsDlg extends IDialog implements ItemListener {
                 || pcd.getPcd(index).getType() == null || pcd.getPcd(index).getHelp() == null\r
                 || isEmpty(pcd.getPcd(index).getHelp())) {\r
                 Log.wrn("select pcd entry when editing msa",\r
                 || pcd.getPcd(index).getType() == null || pcd.getPcd(index).getHelp() == null\r
                 || isEmpty(pcd.getPcd(index).getHelp())) {\r
                 Log.wrn("select pcd entry when editing msa",\r
-                        "The selected is defined incorrectly.\r\nPlease check it in spd file");\r
+                        "The selected value is defined incorrectly.\r\nPlease check it in the spd file");\r
             } else {\r
                 this.jTextFieldTokenSpaceGuid.setText(pcd.getPcd(index).getGuidCName());\r
                 Tools.generateComboBoxByVector(this.jComboBoxItemType, pcd.getPcd(index).getType());\r
             } else {\r
                 this.jTextFieldTokenSpaceGuid.setText(pcd.getPcd(index).getGuidCName());\r
                 Tools.generateComboBoxByVector(this.jComboBoxItemType, pcd.getPcd(index).getType());\r
index 2c781dd9283665551e3295f59b6b1428adf6facc..4af5b4f7d37ab5472450658854ed8f07860876fe 100644 (file)
@@ -101,7 +101,7 @@ public class PackageDepDlg extends IDialog implements ItemListener {
             jComboBoxPackageName = new JComboBox();\r
             jComboBoxPackageName.setBounds(new java.awt.Rectangle(168, 12, 320, 20));\r
             jComboBoxPackageName.setPreferredSize(new java.awt.Dimension(320, 20));\r
             jComboBoxPackageName = new JComboBox();\r
             jComboBoxPackageName.setBounds(new java.awt.Rectangle(168, 12, 320, 20));\r
             jComboBoxPackageName.setPreferredSize(new java.awt.Dimension(320, 20));\r
-            jComboBoxPackageName.setToolTipText("If your Module requires a package list that here.");\r
+            jComboBoxPackageName.setToolTipText("If your Module requires a package, list that here.");\r
             jComboBoxPackageName.addItemListener(this);\r
         }\r
         return jComboBoxPackageName;\r
             jComboBoxPackageName.addItemListener(this);\r
         }\r
         return jComboBoxPackageName;\r
index 7497d3fc4f0e1432cf3568be0e089459bf655554..e90991ba24b93edb239b27575fa61d5abe9144d4 100644 (file)
@@ -454,7 +454,7 @@ public class SourceFilesDlg extends IDialog {
         // Check Filename\r
         //\r
         if (isEmpty(this.jTextFieldFileName.getText())) {\r
         // Check Filename\r
         //\r
         if (isEmpty(this.jTextFieldFileName.getText())) {\r
-            Log.wrn("Update Source Files", "File Name couldn't be empty");\r
+            Log.wrn("Update Source Files", "File Name must be entered!");\r
             return false;\r
         }\r
         if (!DataValidation.isFilename(this.jTextFieldFileName.getText())) {\r
             return false;\r
         }\r
         if (!DataValidation.isFilename(this.jTextFieldFileName.getText())) {\r
index 70b6f08513c8a779508e0558ad07c4fd59052bbd..d13e6ccc07f84221888d4108963d4276326799b5 100644 (file)
@@ -428,7 +428,7 @@ public class VariablesDlg extends IDialog {
         // Check VariableName\r
         //\r
         if (isEmpty(this.jTextFieldVariableName.getText())) {\r
         // Check VariableName\r
         //\r
         if (isEmpty(this.jTextFieldVariableName.getText())) {\r
-            Log.wrn("Update Variables", "Variable Name must not be empty");\r
+            Log.wrn("Update Variables", "Variable Name must be entered!");\r
             return false;\r
         }\r
 \r
             return false;\r
         }\r
 \r