Updated english language translation (#898)

* Updated english language translation

* Updated english language translation
This commit is contained in:
CrewMdk 2020-02-17 18:26:01 -06:00 committed by GitHub
parent 5b5c85a764
commit d472904ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2828,7 +2828,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());
@ -3410,9 +3410,9 @@ static int MenuSettingsVideo()
case 0:
sprintf (options.value[9], "Default"); break;
case 1:
sprintf (options.value[9], "40 Mhz"); break;
sprintf (options.value[9], "40 MHz"); break;
case 2:
sprintf (options.value[9], "60 Mhz"); break;
sprintf (options.value[9], "60 MHz"); break;
}
optionBrowser.TriggerUpdate();
}