Settings: Normalize texture replacment option titles
This commit is contained in:
parent
0f51472d64
commit
ee750b44e3
|
@ -4603,7 +4603,7 @@ void FullscreenUI::DrawGraphicsSettingsPage()
|
||||||
FSUI_CSTR("Dumps textures that have replacements already loaded."), "TextureReplacements", "DumpReplacedTextures",
|
FSUI_CSTR("Dumps textures that have replacements already loaded."), "TextureReplacements", "DumpReplacedTextures",
|
||||||
false, texture_cache_enabled && GetEffectiveBoolSetting(bsi, "TextureReplacements", "DumpTextures", false));
|
false, texture_cache_enabled && GetEffectiveBoolSetting(bsi, "TextureReplacements", "DumpTextures", false));
|
||||||
|
|
||||||
DrawToggleSetting(bsi, FSUI_ICONSTR(ICON_FA_FILE_ALT, "Enable VRAM Write Texture Replacement"),
|
DrawToggleSetting(bsi, FSUI_ICONSTR(ICON_FA_FILE_ALT, "Enable VRAM Write Replacement"),
|
||||||
FSUI_CSTR("Enables the replacement of background textures in supported games."),
|
FSUI_CSTR("Enables the replacement of background textures in supported games."),
|
||||||
"TextureReplacements", "EnableVRAMWriteReplacements", false);
|
"TextureReplacements", "EnableVRAMWriteReplacements", false);
|
||||||
|
|
||||||
|
|
|
@ -1127,7 +1127,7 @@
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="enableTextureReplacements">
|
<widget class="QCheckBox" name="enableTextureReplacements">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable Texture Replacements</string>
|
<string>Enable Texture Replacement</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in New Issue