mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-07 19:45:07 +02:00
Changed ToolTipText to read Enter a string; the tool will convert to Unicode Data.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1187 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3542a1ea2f
commit
2cc02cdb51
@ -116,7 +116,7 @@ public class VariablesDlg extends IDialog {
|
||||
jTextFieldVariableName.setPreferredSize(new java.awt.Dimension(320, 20));
|
||||
jTextFieldVariableName.setLocation(new java.awt.Point(168, 12));
|
||||
jTextFieldVariableName
|
||||
.setToolTipText("Enter a Hex Word Array, you must provide leading Zeros. 0x000a, 0x0010, 0x00FF");
|
||||
.setToolTipText("Enter a string; the tool will convert to Unicode hex");
|
||||
}
|
||||
return jTextFieldVariableName;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user