Updated english language translation (#401)

This commit is contained in:
CrewMdk 2020-02-17 18:27:48 -06:00 committed by GitHub
parent b152a221ba
commit a93dc16c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2782,7 +2782,7 @@ static int MenuSettingsMappingsMap()
backBtn.SetTrigger(trig2);
backBtn.SetEffectGrow();
GuiText resetBtnTxt("Reset", 22, (GXColor){0, 0, 0, 255});
GuiText resetBtnTxt("Reset Mappings", 22, (GXColor){0, 0, 0, 255});
GuiImage resetBtnImg(&btnShortOutline);
GuiImage resetBtnImgOver(&btnShortOutlineOver);
GuiButton resetBtn(btnShortOutline.GetWidth(), btnShortOutline.GetHeight());