]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/workspace/ui/SwitchWorkspace.java
Fixed grammar in messages.
[mirror_edk2.git] / 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