mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Improve clarity of some error messages
This commit is contained in:
@@ -46,10 +46,10 @@ int32_t loader_menu_storage_settings(void* context) {
|
||||
dialog_ex_set_header(dialog_ex, "Update needed", 64, 0, AlignCenter, AlignTop);
|
||||
dialog_ex_set_text(
|
||||
dialog_ex,
|
||||
"Update firmware\n"
|
||||
"to run this app\n"
|
||||
"Reinstall firmware\n"
|
||||
"to run this app.\n"
|
||||
"Can format SD\n"
|
||||
"here if needed",
|
||||
"here if needed.",
|
||||
3,
|
||||
17,
|
||||
AlignLeft,
|
||||
|
||||
Reference in New Issue
Block a user