영문화완료
This commit is contained in:
@@ -66,15 +66,15 @@ namespace Project.Dialog
|
||||
|
||||
if (NewSID.isEmpty())
|
||||
{
|
||||
UTIL.MsgE("SID값이 입력(선택) 되지 않았습니다");
|
||||
UTIL.MsgE("SID value has not been entered (selected)");
|
||||
return;
|
||||
}
|
||||
|
||||
if (NewSID == tbOldSid.Text)
|
||||
{
|
||||
UTIL.MsgE($"기존 SID와 동일한 SID값이 확인되었습니다\n\n" +
|
||||
$"기존:{tbOldSid.Text}\n" +
|
||||
$"신규:{NewSID}");
|
||||
UTIL.MsgE($"The same SID value as the existing one was confirmed\n\n" +
|
||||
$"Existing:{tbOldSid.Text}\n" +
|
||||
$"New:{NewSID}");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user