Fixed grammar in messages.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1371 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch 2006-08-23 18:04:35 +00:00
parent a70d444e06
commit ea63a15669
1 changed files with 1 additions and 1 deletions

View File

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