From bec9eb429df1e9b19b298f1a3dcd61d10d43d408 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Tue, 21 Aug 2018 16:21:22 +0200 Subject: [PATCH] Fixed a typo in skill tooltip --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 3f23105..5b0be05 100644 --- a/src/main.c +++ b/src/main.c @@ -83,7 +83,7 @@ static char *skills_tooltip[] = { " Skills are listed in the bar below the game screen.", "", "", - " SKILL INFO: CTRL + ", + " SKILL INFO: SHIFT + ", " Where is the skill number (1-5)", "", " DISABLE TOOLTIPS: CTRL + D",