mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-16 01:28:00 +00:00
Update about.c
This commit is contained in:
parent
b6fbeec8b2
commit
0f6471057c
1 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@ static DialogMessageButton unleashed_info_screen(DialogsApp* dialogs, DialogMess
|
||||||
|
|
||||||
const char* screen_header = "Unleashed Firmware\n";
|
const char* screen_header = "Unleashed Firmware\n";
|
||||||
|
|
||||||
const char* screen_text = "Be responsible.\n"
|
const char* screen_text = "Play with caution.\n"
|
||||||
"Play with caution.\n"
|
"Not for illegal use!";
|
||||||
"Not for illegal use!";
|
|
||||||
|
|
||||||
dialog_message_set_header(message, screen_header, 0, 0, AlignLeft, AlignTop);
|
dialog_message_set_header(message, screen_header, 0, 0, AlignLeft, AlignTop);
|
||||||
dialog_message_set_text(message, screen_text, 0, 26, AlignLeft, AlignTop);
|
dialog_message_set_text(message, screen_text, 0, 26, AlignLeft, AlignTop);
|
||||||
|
|
Loading…
Reference in a new issue