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

Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/workspace/ui/SwitchWorkspace.java

index 4925ac7cd93a84797d65a575d5fcbd96d4a33fbf..f81bfceeb1cbb3abe96166226a8c7ae14f86b1d5 100644 (file)
@@ -182,7 +182,7 @@ public class SwitchWorkspace extends IDialog {
 \r
     private boolean check() {\r
         if (isEmpty(this.jTextFieldNew.getText())) {\r
-            Log.wrn("Switch Workspace", "New workspace can't be empty!");\r
+            Log.wrn("Switch Workspace", "New workspace must be entered!");\r
             return false;\r
         }\r
         if (!Workspace.checkWorkspace(this.jTextFieldNew.getText())) {\r