saved message

This commit is contained in:
Tim Young 2017-10-31 13:12:54 -05:00
parent 3d46bd0c2e
commit 9613182a87
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ namespace EduNetworkBuilder
foreach (TranslationResxFile one in TranslationResxFiles)
one.Save();
ChangedFormData = false;
lblStatus.Text = NB.Translate("_Saved");
}
}