修改提示文本

This commit is contained in:
ww-rm
2025-03-03 21:40:07 +08:00
parent 054686a718
commit c5f997c326

View File

@@ -40,7 +40,7 @@ namespace SpineViewer.Dialogs
{
if (listBox_FilePath.Items.Count <= 0)
{
MessageBox.Show("未选择任何文件", "错误提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
MessageBox.Show("未选择任何文件", "错误信息", MessageBoxButtons.OK, MessageBoxIcon.Information);
return;
}