/// <summary> /// Edit translation. /// </summary> private void EditTranslation() { var et = new EditTranslation(); et.Show(); }