mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-22 20:09:46 +08:00
Update translate
Remove ImgHome.jpg
This commit is contained in:
@@ -1489,7 +1489,7 @@ namespace GrasscutterTools.Forms
|
||||
|
||||
if (mail.Title == "" || mail.Sender == "" || mail.Content == "")
|
||||
{
|
||||
MessageBox.Show("输入不能为空!", Resources.Error, MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
MessageBox.Show(Resources.EmptyInputTip, Resources.Error, MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user