영문화완료
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Project
|
||||
var chgs2 = this.dataSet1.ErrorDescription.GetChanges();
|
||||
if ((chgs1 != null && chgs1.Rows.Count > 0) || chgs2 != null && chgs2.Rows.Count > 0)
|
||||
{
|
||||
if (UTIL.MsgQ("변경된 사항이 있습니다. 지금 닫으면 해당 내용이 손실됩니다. 화면을 닫을까요?") != DialogResult.Yes)
|
||||
if (UTIL.MsgQ("There are unsaved changes. If you close now, these changes will be lost. Do you want to close the window?") != DialogResult.Yes)
|
||||
{
|
||||
e.Cancel = true;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user