Get correct editing box
This commit is contained in:
@ -370,7 +370,7 @@ namespace EduNetworkBuilder
|
||||
|
||||
private TranslationItem GetEditedTranslationItem()
|
||||
{
|
||||
string code = CodeFromLang(cbFormLang1Choice.Text);
|
||||
string code = CodeFromLang(cbFormLang2Choice.Text);
|
||||
TranslationResxFile TRf = FileFromLangCode(code);
|
||||
TranslationItem TI = ItemFromKey(TRf, cbFormItemChoice.Text);
|
||||
return TI;
|
||||
|
Reference in New Issue
Block a user