diff --git a/EduNetworkBuilder/NetworkBuilder.cs b/EduNetworkBuilder/NetworkBuilder.cs
index 298a59a..f80508c 100644
--- a/EduNetworkBuilder/NetworkBuilder.cs
+++ b/EduNetworkBuilder/NetworkBuilder.cs
@@ -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);
}
diff --git a/EduNetworkBuilder/Resources/languages/edustrings.resx b/EduNetworkBuilder/Resources/languages/edustrings.resx
index fb55b21..a4114ad 100644
--- a/EduNetworkBuilder/Resources/languages/edustrings.resx
+++ b/EduNetworkBuilder/Resources/languages/edustrings.resx
@@ -2037,6 +2037,14 @@
Add a tree to the network to block wireless signals
NB_BuildBtnTree = Add a tree to the network to block wireless signals
+
+ Choose a color to fill the shape with
+ NB_cbFillColor = Choose a color to fill the shape with
+
+
+ Choose a color for the shape outline
+ NB_cbLineColor = Choose a color for the shape outline
+
Cannot place a tree on top of a tree.
NB_TreePlacementError = Cannot place a tree on top of a tree.