- localized some user-facing texts that were still string literals.
This commit is contained in:
parent
e07d413095
commit
cda248df66
7 changed files with 95 additions and 67 deletions
|
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue