Tooltips for give and save buttons
This commit is contained in:
parent
6648d6378d
commit
3a30476c8f
@ -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 == "")
|
||||
{
|
||||
|
@ -1801,6 +1801,14 @@
|
||||
<value>Give</value>
|
||||
<comment>PPF_HWGive = Give</comment>
|
||||
</data>
|
||||
<data name="PPF_HWGiveToolTip" xml:space="preserve">
|
||||
<value>Give this homework to all the students. This is mainly used when setting up the initial homework files.</value>
|
||||
<comment>PPF_HWGiveToolTip = homework files.</comment>
|
||||
</data>
|
||||
<data name="PPF_HWSaveToolTip" xml:space="preserve">
|
||||
<value>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.</value>
|
||||
<comment>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.</comment>
|
||||
</data>
|
||||
<data name="PPF_ImportSettings" xml:space="preserve">
|
||||
<value>Specify Import Settings</value>
|
||||
<comment>PPF_ImportSettings = Specify Import Settings</comment>
|
||||
|
Loading…
Reference in New Issue
Block a user