VideoConfig: Rename "Full Resolution Frame Dumps" to "Internal"

What is the "full" resolution, anyway?
This commit is contained in:
Stenzek 2017-11-19 19:22:17 +10:00
parent 8985cb2f0b
commit 470e8d63b6
2 changed files with 2 additions and 2 deletions

View file

@ -843,7 +843,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string& title)
Config::GFX_CACHE_HIRES_TEXTURES);
szr_utility->Add(cache_hires_textures);
szr_utility->Add(CreateCheckBox(page_advanced, _("Full Resolution Frame Dumps"),
szr_utility->Add(CreateCheckBox(page_advanced, _("Internal Resolution Frame Dumps"),
wxGetTranslation(internal_resolution_frame_dumping_desc),
Config::GFX_INTERNAL_RESOLUTION_FRAME_DUMPS));