Finish Up First-round language translation

This commit is contained in:
2015-11-24 14:45:08 -05:00
parent eb7c529342
commit a53b767888
4 changed files with 1190 additions and 100 deletions

View File

@ -463,7 +463,7 @@ namespace EduNetworkBuilder
{
if (Properties.Settings.Default.ScoreList == null)
Properties.Settings.Default.ScoreList = new System.Collections.Specialized.StringCollection();
DialogResult answer = MessageBox.Show(NB.Translate("LBW_btnResetYouSure?"), NB.Translate("LBW_btnResetForget?"), MessageBoxButtons.YesNo);
DialogResult answer = MessageBox.Show(NB.Translate("LBW_btnResetYouSure"), NB.Translate("LBW_btnResetForget"), MessageBoxButtons.YesNo);
if (answer == System.Windows.Forms.DialogResult.Yes)
{
Properties.Settings.Default.ScoreList.Clear();