diff --git a/EduNetworkBuilder/PersonProfileForm.cs b/EduNetworkBuilder/PersonProfileForm.cs index d4e6e20..a1cff4a 100644 --- a/EduNetworkBuilder/PersonProfileForm.cs +++ b/EduNetworkBuilder/PersonProfileForm.cs @@ -89,6 +89,8 @@ namespace EduNetworkBuilder myTooltip.ShowAlways = true; myTooltip.SetToolTip(btnImportStudents, NB.Translate("PPF_ImportToolTip")); + myTooltip.SetToolTip(btnHWGive, NB.Translate("PPF_HWGiveToolTip")); + myTooltip.SetToolTip(btnHWSave, NB.Translate("PPF_HWSaveToolTip")); if (CurrentUser == null && FileName == "") { diff --git a/EduNetworkBuilder/Resources/languages/edustrings.resx b/EduNetworkBuilder/Resources/languages/edustrings.resx index 697f2d0..9378def 100644 --- a/EduNetworkBuilder/Resources/languages/edustrings.resx +++ b/EduNetworkBuilder/Resources/languages/edustrings.resx @@ -1801,6 +1801,14 @@ Give PPF_HWGive = Give + + Give this homework to all the students. This is mainly used when setting up the initial homework files. + PPF_HWGiveToolTip = homework files. + + + Save this puzzle as a homework file. You can then pass distribute this file to the students, and they can open it into their class file. + PPF_HWSaveToolTip = Save this puzzle as a homework file. You can then pass distribute this file to the students, and they can open it into their class file. + Specify Import Settings PPF_ImportSettings = Specify Import Settings