GUI: Changed wording of "Disable dithering" to "Enable undithering"
svn-id: r54467
This commit is contained in:
parent
52898b6336
commit
3abab136da
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ void OptionsDialog::addGraphicControls(GuiObject *boss, const Common::String &pr
|
|||
|
||||
// Aspect ratio checkbox
|
||||
_aspectCheckbox = new CheckboxWidget(boss, prefix + "grAspectCheckbox", _("Aspect ratio correction"), _("Correct aspect ratio for 320x200 games"));
|
||||
_disableDitheringCheckbox = new CheckboxWidget(boss, prefix + "grDisableDitheringCheckbox", _("Disable EGA dithering"), _("Disable dithering in EGA games"));
|
||||
_disableDitheringCheckbox = new CheckboxWidget(boss, prefix + "grDisableDitheringCheckbox", _("EGA undithering"), _("Enable undithering in EGA games that support it"));
|
||||
|
||||
_enableGraphicSettings = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue