add the missing files from the last commit (wtf?)

This commit is contained in:
2025-01-28 20:43:27 +01:00
parent 33a209a01a
commit 1c9c50778a
4 changed files with 8 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ internal class GenerateModlistFeature : PluginFunction, IPluginFeatureProvider<G
if (sfd.ShowDialog(p.Api.MainWindow) == DialogResult.OK)
{
pkg.SaveAs(sfd.FileName);
RadMessageBox.Show(p.Api.MainWindow, MsgBoxLangRes., MsgBoxLangRes., MessageBoxButtons.OK, RadMessageIcon.Info);
RadMessageBox.Show(p.Api.MainWindow, MsgBoxLangRes.ModlistGenerated, MsgBoxLangRes.ModlistGenerated_Title, MessageBoxButtons.OK, RadMessageIcon.Info);
}
return null;