tooltips for Color Combo-boxes

This commit is contained in:
Tim Young 2018-02-27 13:06:14 -06:00
parent 3ff8f1488c
commit 4f3f260c48
2 changed files with 11 additions and 1 deletions

View File

@ -92,6 +92,8 @@ namespace EduNetworkBuilder
myTooltip.SetToolTip(rbHelp4, NB.Translate("NB_BuildWindDecent", OurSettings));
myTooltip.SetToolTip(btnHelp, NB.Translate("NB_BuildWindMsg", OurSettings));
myTooltip.SetToolTip(btnCaptions, NB.Translate("NB_btnCaptions", OurSettings));
myTooltip.SetToolTip(cbFillColor, NB.Translate("NB_cbFillColor", OurSettings));
myTooltip.SetToolTip(cbLineColor, NB.Translate("NB_cbLineColor", OurSettings));
myTooltip.Popup += myTooltip_Popup;
lblStatus.Text = "";
@ -171,7 +173,7 @@ namespace EduNetworkBuilder
submitHomeworkToolStripMenuItem.Text = NB.Translate("NB_SubmitClasswork");
updateClassworkToolStripMenuItem.Text = NB.Translate("NB_UpdateClasswork");
markAsGradedToolStripMenuItem.Text = NB.Translate("NB_MarkGraded");
Text = NB.Translate("NB_Form", OurSettings);
}

View File

@ -2037,6 +2037,14 @@
<value>Add a tree to the network to block wireless signals</value>
<comment>NB_BuildBtnTree = Add a tree to the network to block wireless signals</comment>
</data>
<data name="NB_cbFillColor" xml:space="preserve">
<value>Choose a color to fill the shape with</value>
<comment>NB_cbFillColor = Choose a color to fill the shape with</comment>
</data>
<data name="NB_cbLineColor" xml:space="preserve">
<value>Choose a color for the shape outline</value>
<comment>NB_cbLineColor = Choose a color for the shape outline</comment>
</data>
<data name="NB_TreePlacementError" xml:space="preserve">
<value>Cannot place a tree on top of a tree.</value>
<comment>NB_TreePlacementError = Cannot place a tree on top of a tree.</comment>