diff options
author | Eugene Sandulenko | 2011-08-20 15:11:47 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2011-08-20 15:11:47 +0100 |
commit | 03d3b683d2044d456e2ca0c0d1c05cfc75f3739c (patch) | |
tree | 870e4d1b650eaf1a61aac22e88fcf1ee0faa2d9f /common | |
parent | 4fc2aa0d01722b44457c83f4b616992159aa1eca (diff) | |
download | scummvm-rg350-03d3b683d2044d456e2ca0c0d1c05cfc75f3739c.tar.gz scummvm-rg350-03d3b683d2044d456e2ca0c0d1c05cfc75f3739c.tar.bz2 scummvm-rg350-03d3b683d2044d456e2ca0c0d1c05cfc75f3739c.zip |
I18N: Added comments to some of obscure translatable strings
Diffstat (limited to 'common')
-rw-r--r-- | common/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp index 7f28dfa7fe..699950dac3 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -271,6 +271,7 @@ const char *getPlatformDescription(Platform id) { const RenderModeDescription g_renderModes[] = { + // I18N: Hercules is graphics card name { "hercGreen", _s("Hercules Green"), kRenderHercG }, { "hercAmber", _s("Hercules Amber"), kRenderHercA }, { "cga", "CGA", kRenderCGA }, |