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

Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/DataType.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/GlobalData.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/Tools.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/ui/ExitConfirm.java
Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/ui/IComboBox.java

index 9170c9c3366b043419a27aa8548c162fba2cfde3..80af3239b387bafdf290c57e8be754528c381c16 100644 (file)
@@ -214,7 +214,7 @@ public class DataType {
     // First defined here\r
     // Will be replaced by resource file later\r
     //\r
     // First defined here\r
     // Will be replaced by resource file later\r
     //\r
-    public static final String SUP_ARCH_LIST_HELP_TEXT = "<html>Selecting a checkbox means supporting the selected architectures;<br> None of boxes are checked means supporting all architectures<html>";\r
+    public static final String SUP_ARCH_LIST_HELP_TEXT = "<html>Selecting a checkbox is a restriction of only the selected architectures;<br>If none of boxes are selected, all architectures are supported.<html>";\r
 \r
     //\r
     // Project name and version\r
 \r
     //\r
     // Project name and version\r
index 2d4fbe4699f3b70f2ffb29349e94fb3d51cbbe38..4c179929a592be616e4d91faa4f26d0a74a33544 100644 (file)
@@ -182,11 +182,11 @@ public class GlobalData {
                 }\r
             }\r
         } catch (IOException e) {\r
                 }\r
             }\r
         } catch (IOException e) {\r
-            Log.err("Get all mdoules of a package " + path, e.getMessage());\r
+            Log.err("Get all modules from a package " + path, e.getMessage());\r
         } catch (XmlException e) {\r
         } catch (XmlException e) {\r
-            Log.err("Get all mdoules of a package " + path, e.getMessage());\r
+            Log.err("Get all modules from a package " + path, e.getMessage());\r
         } catch (Exception e) {\r
         } catch (Exception e) {\r
-            Log.err("Get all mdoules of a package " + path, e.getMessage());\r
+            Log.err("Get all modules from a package " + path, e.getMessage());\r
         }\r
         return modulePath;\r
     }\r
         }\r
         return modulePath;\r
     }\r
index 983201f5a0f11444dcd15d254b314af7b262e835..7a98afdb7bddb45a98bdf216a995f3b2876368d4 100644 (file)
@@ -408,7 +408,7 @@ public class Tools {
             if (s.length() == 6 && s.indexOf(DataType.HEX_STRING_HEADER) == 0) {\r
                 s = s.substring(DataType.HEX_STRING_HEADER.length());\r
             } else {\r
             if (s.length() == 6 && s.indexOf(DataType.HEX_STRING_HEADER) == 0) {\r
                 s = s.substring(DataType.HEX_STRING_HEADER.length());\r
             } else {\r
-                Log.err("convertUnicodeHexStringToString", "Wrong input string: " + str);\r
+                Log.err("convertUnicodeHexStringToString", "Incorrect input string: " + str);\r
                 continue;\r
             }\r
             //\r
                 continue;\r
             }\r
             //\r
index d5298df38b09e7cbdba3506200b18b9a02195fb5..836ed7b3869a7e7f380a028b9c5dd694ab1af6f0 100644 (file)
@@ -177,7 +177,7 @@ public class ExitConfirm extends JDialog implements ActionListener, WindowListen
         String strTitle = "Exit";\r
         String strMessage = "Do you really want to quit now?";\r
         String strResume = "All unsaved module information will be lost.";\r
         String strTitle = "Exit";\r
         String strMessage = "Do you really want to quit now?";\r
         String strResume = "All unsaved module information will be lost.";\r
-        String strExit = "To continue editing module, click Resume. To quit the program, click Exit.";\r
+        String strExit = "To continue editing the module, click Resume. To quit the program, click Exit.";\r
         setWarningMessage(strTitle, strMessage, strResume, strExit);\r
     }\r
 \r
         setWarningMessage(strTitle, strMessage, strResume, strExit);\r
     }\r
 \r
index bba08664bb2c85449c6c79ad90046b797a504cd6..68c368e29b16b57ad790742ae8d7a135741a42bd 100644 (file)
@@ -92,8 +92,8 @@ public class IComboBox extends JComboBox implements KeyListener, MouseListener,
         this.addKeyListener(this);\r
         this.getEditor().getEditorComponent().addKeyListener(this);\r
         this.getEditor().getEditorComponent().addFocusListener(this);\r
         this.addKeyListener(this);\r
         this.getEditor().getEditorComponent().addKeyListener(this);\r
         this.getEditor().getEditorComponent().addFocusListener(this);\r
-        this.setToolTipText("<html>Double Click to add an entry and finished by press ENTER. <br>"\r
-                            + "Press DELETE can remove selected entry.</html>");\r
+        this.setToolTipText("<html>Double Click to add an entry, then finish by press ENTER.<br>"\r
+                            + "Selecting DELETE will remove selected entry.</html>");\r
     }\r
 \r
     public void keyPressed(KeyEvent arg0) {\r
     }\r
 \r
     public void keyPressed(KeyEvent arg0) {\r