Skip to content

Commit

Permalink
Correct string usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Mitchell committed Jan 14, 2023
1 parent d5ef810 commit f0787ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/colorlcd/model_logical_switches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ void ModelLogicalSwitchesPage::rebuild(FormWindow * window)
void ModelLogicalSwitchesPage::newLS(FormWindow * window, bool pasteLS)
{
Menu* menu = new Menu(Layer::back());
menu->setTitle(TR_MENU_LOGICAL_SWITCHES);
menu->setTitle(STR_MENU_LOGICAL_SWITCHES);

// search for unused switches
for (uint8_t i = 0; i < MAX_LOGICAL_SWITCHES; i++) {
Expand Down

0 comments on commit f0787ff

Please sign in to comment.