Modify popup message
This commit is contained in:
parent
398b9f4b99
commit
9b2fc5f14c
2 changed files with 18 additions and 8 deletions
6
assets.h
6
assets.h
|
@ -40,12 +40,12 @@ static const char *LCR_texts[] =
|
|||
"sound",
|
||||
"save repl",
|
||||
"exit",
|
||||
|
||||
#define LCR_TEXTS_LOADING 10
|
||||
"loading",
|
||||
|
||||
#define LCR_TEXTS_SAVED 11
|
||||
"saved"
|
||||
"saved",
|
||||
#define LCR_TEXTS_FAIL 12
|
||||
"failed"
|
||||
};
|
||||
|
||||
#define LCR_VERSION "0.1d"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue