[Scummvm-git-logs] scummvm master -> d9dbed2d3c6dd00f9229952040172957a52292ab

sev- noreply at scummvm.org
Wed Jul 19 19:34:38 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d9dbed2d3c GUI: Better wording for the fixed size font checkbox tooltip


Commit: d9dbed2d3c6dd00f9229952040172957a52292ab
    https://github.com/scummvm/scummvm/commit/d9dbed2d3c6dd00f9229952040172957a52292ab
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-07-19T21:34:33+02:00

Commit Message:
GUI: Better wording for the fixed size font checkbox tooltip

Changed paths:
    gui/options.cpp


diff --git a/gui/options.cpp b/gui/options.cpp
index 9cfd544115c..9701a347ad5 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -2562,7 +2562,7 @@ void GlobalOptionsDialog::addGUIControls(GuiObject *boss, const Common::String &
 
 	_guiDisableBDFScaling = new CheckboxWidget(boss, prefix + "DisableBDFScaling",
 		_("Disable fixed font scaling"),
-		_("Do not upscale fixed fonts in the GUI. This reduces artefacts on low resolution screens")
+		_("Do not upscale fixed size fonts in the GUI. This reduces artefacts on low resolution screens")
 	);
 
 	_guiDisableBDFScaling->setState(ConfMan.getBool("gui_disable_fixed_font_scaling", _domain));




More information about the Scummvm-git-logs mailing list