diff options
Diffstat (limited to 'games/just_do/screens/screen_logo.c')
| -rw-r--r-- | games/just_do/screens/screen_logo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/just_do/screens/screen_logo.c b/games/just_do/screens/screen_logo.c index ab078289..1c9a9b49 100644 --- a/games/just_do/screens/screen_logo.c +++ b/games/just_do/screens/screen_logo.c @@ -37,7 +37,7 @@ static int framesCounter; static int finishScreen; const char msgLogoA[64] = "A simple and easy-to-use library"; -const char msgLogoB[64] = "to learn videogames programming"; +const char msgLogoB[64] = "to enjoy videogames programming"; int logoPositionX; int logoPositionY; |
