영문화완료
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Project.Dialog
|
||||
{
|
||||
if (this.listBox1.SelectedIndex < 0)
|
||||
{
|
||||
UTIL.MsgE("아이템을 선택하세요\n\n취소하려면 ESC키 혹은 닫기 버튼을 누르세요");
|
||||
UTIL.MsgE("Please select an item\n\nPress ESC key or close button to cancel");
|
||||
return;
|
||||
}
|
||||
this.SelectedValue = this.listBox1.Items[this.listBox1.SelectedIndex].ToString();
|
||||
|
||||
Reference in New Issue
Block a user