]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/PcdTools/org/tianocore/pcd/entity/DynamicTokenValue.java
Fixed grammar in messages.
[mirror_edk2.git] / Tools / Source / PcdTools / org / tianocore / pcd / entity / DynamicTokenValue.java
index 0ed76b3ebe82925ae61957d39a1b461774e14244..d1e113352bbdb85e117ddb734363b6bfc35f8077 100644 (file)
@@ -143,7 +143,7 @@ public class DynamicTokenValue {
         for (index = 0; index < size; index++) {\r
             num = Integer.decode(variableName.get(index).toString());\r
             if ((num > 127 ) || (num < 0)) {\r
-                throw new EntityException(String.format("variable name contains >0x80 character, now is not support!"));\r
+                throw new EntityException(String.format("The variable name contains more than 0x80 characters; this is not supported at thist time!"));\r
             }\r
             str += (char)num;\r
         }\r