protected override string GetTitle()
 {
     return(Localizer.Format("#ne_Run_experiment_1_in_orbit_around_2_and_return_it_to_3",
                             experiment.getShortName(), targetBody.GetDisplayName(), Planetarium.fetch.Home.GetDisplayName()
                             ));
 }
 protected override string GetTitle()
 {
     return("Run " + experiment.getShortName() + " in orbit around " + targetBody.theName + " and return it to Kerbin");
 }