Condensing edustrings
This commit is contained in:
@@ -400,7 +400,7 @@ namespace EduNetworkBuilder
|
||||
|
||||
Button btnAccept = new Button();
|
||||
btnAccept.Location = new Point(cbQuestions.Location.X, cbQuestions.Location.Y + cbQuestions.Height + 10);
|
||||
btnAccept.Text = NB.Translate("NB_ChangeLangOK");
|
||||
btnAccept.Text = NB.Translate("_OK");
|
||||
btnAccept.Click += (s, g) => { Button b = (Button)s; Form f = (Form)b.Parent; f.Close(); };
|
||||
|
||||
LanguageForm.Controls.Add(lblText);
|
||||
|
Reference in New Issue
Block a user