mirror of https://github.com/acidanthera/audk.git
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:
parent
a70d444e06
commit
ea63a15669
|
@ -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())) {
|
||||
|
|
Loading…
Reference in New Issue