Updated english language translation (#412)

This commit is contained in:
CrewMdk 2020-04-02 18:26:34 -06:00 committed by GitHub
parent 7644050090
commit 2d16c25fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2034,7 +2034,7 @@ static int MenuGameSettings()
controllerBtn.SetTrigger(trig2); controllerBtn.SetTrigger(trig2);
controllerBtn.SetEffectGrow(); controllerBtn.SetEffectGrow();
GuiText screenshotBtnTxt("ScreenShot", 22, (GXColor){0, 0, 0, 255}); GuiText screenshotBtnTxt("Screenshot", 22, (GXColor){0, 0, 0, 255});
GuiImage screenshotBtnImg(&btnLargeOutline); GuiImage screenshotBtnImg(&btnLargeOutline);
GuiImage screenshotBtnImgOver(&btnLargeOutlineOver); GuiImage screenshotBtnImgOver(&btnLargeOutlineOver);
GuiImage screenshotBtnIcon(&iconScreenshot); GuiImage screenshotBtnIcon(&iconScreenshot);