summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/minesweeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 8ca85a4965..c855f8a99d 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -551,7 +551,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
551 break; 551 break;
552 552
553 case MINESWEEPER_LOSE: 553 case MINESWEEPER_LOSE:
554 rb->splash(HZ*2, true, "You Lost :("); 554 rb->splash(HZ*2, true, "You Lose :(");
555 break; 555 break;
556 556
557 case MINESWEEPER_USB: 557 case MINESWEEPER_USB: