diff --git a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java
index 07081bcaee..faa8b9988e 100644
--- a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java
+++ b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java
@@ -373,7 +373,7 @@ public class MsaHeader extends IInternalFrame {
jTextAreaDescription = new JTextArea();
jTextAreaDescription.setLineWrap(true);
jTextAreaDescription.addFocusListener(this);
- jTextAreaDescription.setToolTipText("A verbose description of the module");
+ jTextAreaDescription.setToolTipText("A verbose description of the module.");
jTextAreaDescription.setWrapStyleWord(true);
jTextAreaDescription.setSelectionStart(0);
jTextAreaDescription.setSelectionEnd(0);
@@ -485,7 +485,7 @@ public class MsaHeader extends IInternalFrame {
jTextFieldAbstract.setLocation(new java.awt.Point(160, 110));
jTextFieldAbstract.setSize(new java.awt.Dimension(320, 20));
jTextFieldAbstract.addFocusListener(this);
- jTextFieldAbstract.setToolTipText("A one sentence description of this module");
+ jTextFieldAbstract.setToolTipText("A one sentence description of this module.");
}
return jTextFieldAbstract;
}
@@ -519,7 +519,7 @@ public class MsaHeader extends IInternalFrame {
jTextFieldURL.setLocation(new java.awt.Point(160, 430));
jTextFieldURL.setSize(new java.awt.Dimension(320, 20));
jTextFieldURL.addFocusListener(this);
- jTextFieldURL.setToolTipText("A URL for the latest version of the license");
+ jTextFieldURL.setToolTipText("A URL for the latest version of the license.");
}
return jTextFieldURL;
}
@@ -570,7 +570,7 @@ public class MsaHeader extends IInternalFrame {
jTextAreaCopyright.setSelectionStart(0);
jTextAreaCopyright.setSelectionEnd(0);
jTextAreaCopyright.setBounds(new java.awt.Rectangle(0, 0, 320, 40));
- jTextAreaCopyright.setToolTipText("One or more copyright lines");
+ jTextAreaCopyright.setToolTipText("One or more copyright lines.");
}
return jTextAreaCopyright;
}
@@ -592,7 +592,7 @@ public class MsaHeader extends IInternalFrame {
+ "A module cannot contain both.
"
+ "The GUID numbers should be identical
"
+ "for a binary and source MSA,
"
- + "but the BINARY MSA should have
"
+ + "however the BINARY MSA should have
"
+ "a higher version number.