Trans Edits
This commit is contained in:
parent
dc4a9c8812
commit
22fd27737f
@ -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")
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user