Browse Source

Tweak "Lock modules" menu bar text

tags/v2.0.0
Andrew Belt 5 years ago
parent
commit
70a3092ac8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/MenuBar.cpp

+ 1
- 1
src/app/MenuBar.cpp View File

@@ -400,7 +400,7 @@ struct ViewButton : MenuButton {
menu->addChild(knobModeItem);

LockModulesItem* lockModulesItem = new LockModulesItem;
lockModulesItem->text = "Lock modules";
lockModulesItem->text = "Lock module positions";
lockModulesItem->rightText = CHECKMARK(settings::lockModules);
menu->addChild(lockModulesItem);



Loading…
Cancel
Save