diff options
| author | Filippos Karapetis | 2010-11-25 02:35:18 +0000 | 
|---|---|---|
| committer | Filippos Karapetis | 2010-11-25 02:35:18 +0000 | 
| commit | 3abab136da51b9dcb5589052c8645a8d30d904bb (patch) | |
| tree | 50327f72ca52cd406e86a557602ce39c67f86501 | |
| parent | 52898b6336e11c19b1c215898481aac60a0ccced (diff) | |
| download | scummvm-rg350-3abab136da51b9dcb5589052c8645a8d30d904bb.tar.gz scummvm-rg350-3abab136da51b9dcb5589052c8645a8d30d904bb.tar.bz2 scummvm-rg350-3abab136da51b9dcb5589052c8645a8d30d904bb.zip  | |
GUI: Changed wording of "Disable dithering" to "Enable undithering"
svn-id: r54467
| -rw-r--r-- | gui/options.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index ba083ebe92..b59278a4f1 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -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;  }  | 
