Reorder some language defines

This commit is contained in:
Scott Lahteine
2019-08-05 19:09:40 -05:00
parent 6fdb0bec07
commit 8f0aedeead
14 changed files with 371 additions and 375 deletions

View File

@ -392,7 +392,7 @@ void _lcd_ubl_storage_mesh() {
START_MENU();
MENU_BACK(MSG_UBL_LEVEL_BED);
if (!WITHIN(ubl_storage_slot, 0, a - 1)) {
STATIC_ITEM(MSG_NO_STORAGE);
STATIC_ITEM(MSG_UBL_NO_STORAGE);
}
else {
MENU_ITEM_EDIT(int3, MSG_UBL_STORAGE_SLOT, &ubl_storage_slot, 0, a - 1);