Trans Edits

This commit is contained in:
Peter Wilson 2015-11-16 14:21:39 -06:00
parent dc4a9c8812
commit 22fd27737f
2 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace EduNetworkBuilder
CheckBox newCB; CheckBox newCB;
btnAdd.Visible = false; btnAdd.Visible = false;
int count = 0; int count = 0;
lblInstructions.Text = "Filter the puzzles by checking one the boxes."; lblInstructions.Text = NB.Translate("LBW_LBWFilter");
panelCheckboxes.SuspendLayout(); panelCheckboxes.SuspendLayout();
string SelectedTag = GetSelectedTag(); string SelectedTag = GetSelectedTag();
if (SelectedTag == "ALL") if (SelectedTag == "ALL")

View File

@ -893,4 +893,8 @@
<value>The start IP in the range must be within the scope of the interface.</value> <value>The start IP in the range must be within the scope of the interface.</value>
<comment>IPAE_tbNtmskValEndIPRange = The start IP in the range must be within the scope of the interface.</comment> <comment>IPAE_tbNtmskValEndIPRange = The start IP in the range must be within the scope of the interface.</comment>
</data> </data>
<data name="LBW_LBWFilter" xml:space="preserve">
<value>Filter the puzzles by checking one the boxes.</value>
<comment>LBW_LBWFilter = Filter the puzzles by checking one the boxes.</comment>
</data>
</root> </root>