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;
btnAdd.Visible = false;
int count = 0;
lblInstructions.Text = "Filter the puzzles by checking one the boxes.";
lblInstructions.Text = NB.Translate("LBW_LBWFilter");
panelCheckboxes.SuspendLayout();
string SelectedTag = GetSelectedTag();
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>
<comment>IPAE_tbNtmskValEndIPRange = The start IP in the range must be within the scope of the interface.</comment>
</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>