]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/global/WorkspaceProfile.java
Fixed grammar in messages.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / platform / ui / global / WorkspaceProfile.java
index 007df778ea654331897d45a4c0cfb5c99d31d265..71278e9a1eea5da391b5368c9050cad46196f699 100644 (file)
@@ -174,7 +174,7 @@ public class WorkspaceProfile {
             }\r
         }\r
         if (msaFile == null){\r
-            throw new Exception("Can't find Module [" + moduleId.getName() + "] in all packages. ");\r
+            throw new Exception("Can not find Module [" + moduleId.getName() + "] in any packages in this workspace.");\r
         }\r
         else {\r
             return msaFile;\r
@@ -371,7 +371,7 @@ public class WorkspaceProfile {
                 return platformId;\r
             }\r
         }\r
-        throw new Exception("Can't find platform [" + name + "] in current workspace. ");\r
+        throw new Exception("Can not find platform [" + name + "] in the current workspace. ");\r
     }\r
     \r
     public synchronized static File getPackageFile(PackageIdentification packageId) throws Exception {\r
@@ -383,7 +383,7 @@ public class WorkspaceProfile {
                 return packageItem.getSpdFile();\r
             }\r
         }\r
-        throw new Exception("Can't find " + packageId + " in current workspace. ");\r
+        throw new Exception("Can not find " + packageId + " in the current workspace. ");\r
     }\r
     \r
     public synchronized static File getModuleFile(ModuleIdentification moduleId) throws Exception {\r