File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -912,7 +912,7 @@ private void RenderЛидовGraph() {
912912 if ( UnityEngine . GUILayout . Toggle (
913913 show_max_e_min_i_lines_ ,
914914 L10N . CacheFormat (
915- "#Principia_OrbitAnalyser_Elements_Graphs_ЛидовParameters_MinEMaxI " ) ) !=
915+ "#Principia_OrbitAnalyser_Elements_Graphs_ЛидовParameters_MaxEMinI " ) ) !=
916916 show_max_e_min_i_lines_ ) {
917917 show_max_e_min_i_lines_ = ! show_max_e_min_i_lines_ ;
918918 if ( show_max_e_min_i_lines_ ) {
@@ -923,7 +923,7 @@ private void RenderЛидовGraph() {
923923 if ( UnityEngine . GUILayout . Toggle (
924924 show_min_e_max_i_lines_ ,
925925 L10N . CacheFormat (
926- "#Principia_OrbitAnalyser_Elements_Graphs_ЛидовParameters_MaxEMinI " ) ) !=
926+ "#Principia_OrbitAnalyser_Elements_Graphs_ЛидовParameters_MinEMaxI " ) ) !=
927927 show_min_e_max_i_lines_ ) {
928928 show_min_e_max_i_lines_ = ! show_min_e_max_i_lines_ ;
929929 if ( show_min_e_max_i_lines_ ) {
You can’t perform that action at this time.
0 commit comments