[Scummvm-git-logs] scummvm master -> b2e6c74eff16969c21978998c6c9b3d044256b09
sev-
noreply at scummvm.org
Sun Mar 26 15:42:50 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:
b2e6c74eff I18N: Added more explanations to the render modes
Commit: b2e6c74eff16969c21978998c6c9b3d044256b09
https://github.com/scummvm/scummvm/commit/b2e6c74eff16969c21978998c6c9b3d044256b09
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-26T17:42:20+02:00
Commit Message:
I18N: Added more explanations to the render modes
Changed paths:
common/rendermode.cpp
diff --git a/common/rendermode.cpp b/common/rendermode.cpp
index 5b96a88a737..ba07e9a6769 100644
--- a/common/rendermode.cpp
+++ b/common/rendermode.cpp
@@ -30,10 +30,12 @@ namespace Common {
const RenderModeDescription g_renderModes[] = {
- // I18N: Hercules is graphics card name
+ // I18N: Hercules is a graphics card name, Green is color
{ "hercGreen", _s("Hercules Green"), kRenderHercG },
+ // I18N: Hercules is a graphics card name, Amber is color
{ "hercAmber", _s("Hercules Amber"), kRenderHercA },
{ "cga", "CGA", kRenderCGA },
+ // I18N: Composite is a video mode of RGB composite channels
{ "cgaComp", "CGA Composite", kRenderCGAComp },
// I18N: CGA black-and-white
{ "cgaBW", "CGA b/w", kRenderCGA_BW },
More information about the Scummvm-git-logs
mailing list