Skip to content

Commit

Permalink
Move Many Thanks to: a little bit above.
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSaiyajinStackZ committed Dec 24, 2019
1 parent 491eda5 commit 6db2c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/screens/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ void Settings::DrawCreditsScreen(void) const {
Gui::DrawString(395-Gui::GetStringWidth(0.70f, currentVersion), 219, 0.70f, Config::TxtColor, currentVersion, 400);
Gui::DrawBottom();
Gui::DrawArrow(0, 0, 0, 1);
Gui::DrawStringCentered(0, 0, 0.7f, Config::TxtColor, Lang::get("MANY_THANKS"), 320);
Gui::DrawStringCentered(0, -2, 0.7f, Config::TxtColor, Lang::get("MANY_THANKS"), 320);
Gui::DrawStringCentered(0, 40, 0.7f, Config::TxtColor, Lang::get("TRANSLATORS"), 320);
Gui::DrawStringCentered(0, 70, 0.5f, Config::TxtColor, Lang::get("HELP_TRANSLATE"), 320);
Gui::DrawStringCentered(0, 100, 0.7f, Config::TxtColor, "Pk11", 320);
Expand Down

0 comments on commit 6db2c2a

Please sign in to comment.