20220719 - Petite correction des messages.

This commit is contained in:
mibi88 2022-07-29 12:35:15 +02:00
parent 56a21494ac
commit 8e677b7b59
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -659,7 +659,7 @@ int main(void) {
dfont(&microfont);
dclear(C_WHITE);
dtext(10, 29, C_BLACK, ITEM_BUILT);
dtext(10, 35, C_BLACK, PRESS_SHIFT);
dtext(10, 35, C_BLACK, RELEASE_SHIFT);
dfont_default();
dupdate();
clearevents();
@ -670,7 +670,7 @@ int main(void) {
dfont(&microfont);
dclear(C_WHITE);
dtext(10, 29, C_BLACK, ITEM_NOT_BUILT);
dtext(10, 35, C_BLACK, PRESS_SHIFT);
dtext(10, 35, C_BLACK, RELEASE_SHIFT);
dfont_default();
dupdate();
clearevents();

View File

@ -13,4 +13,4 @@
# define MULTIPLY "x"
# define ITEM_BUILT "Item construit."
# define ITEM_NOT_BUILT "Peut pas construire."
# define PRESS_SHIFT "Appuyez sur SHIFT"
# define RELEASE_SHIFT "Relachez SHIFT"