Rebase this commit to abort Chinese translation.

This commit is contained in:
2024-12-03 18:11:54 +08:00
parent df376249f0
commit 875e31a39a
7 changed files with 35 additions and 35 deletions

View File

@@ -192,7 +192,7 @@ public class Combiner extends JFrame
}
catch (Exception e)
{
JOptionPane.showMessageDialog(this, "写入文件失败: "+e.toString());
JOptionPane.showMessageDialog(this, "Failed to write file: "+e.toString());
}
}
}