Modify popup message

This commit is contained in:
Miloslav Ciz 2025-03-06 20:47:15 +01:00
parent 398b9f4b99
commit 9b2fc5f14c
2 changed files with 18 additions and 8 deletions

View file

@ -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"