- localized some user-facing texts that were still string literals.

This commit is contained in:
Christoph Oelckers 2019-03-19 00:37:43 +01:00
commit cda248df66
7 changed files with 95 additions and 67 deletions

View file

@ -65,6 +65,7 @@
#include "gi.h"
#include "gameconfigfile.h"
#include "gstrings.h"
FGameConfigFile *GameConfig;
@ -511,7 +512,7 @@ void WritePNGfile (FileWriter *file, const uint8_t *buffer, const PalEntry *pale
!M_AppendPNGText (file, "Software", software) ||
!M_FinishPNG (file))
{
Printf ("Could not create screenshot.\n");
Printf ("%s\n", GStrings("TXT_SCREENSHOTERR"));
}
}