diff --git a/src/states_screens/options_screen_input2.cpp b/src/states_screens/options_screen_input2.cpp index 58123bff7..b9a0beaf3 100644 --- a/src/states_screens/options_screen_input2.cpp +++ b/src/states_screens/options_screen_input2.cpp @@ -320,7 +320,7 @@ void OptionsScreenInput2::updateInputButtons() getWidget("conflict"); if (conflicts) conflict_label->setText( - _("* A blue item means a conflict with another configuration") ); + _("* A red item means a conflict with another configuration") ); else conflict_label->setText(""); @@ -453,7 +453,7 @@ void OptionsScreenInput2::eventCallback(Widget* widget, } else if (name == "back") { - sm->popMenu(); + sm->replaceTopMostScreen(OptionsScreenInput::getInstance()); } else if (name == "actions") {