diff options
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r-- | src/screenshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp index 49662e6ce..bbfa80f72 100644 --- a/src/screenshot.cpp +++ b/src/screenshot.cpp @@ -353,7 +353,7 @@ static bool MakePCXImage(const char *name, ScreenshotCallback *callb, void *user bool success; if (pixelformat == 32) { - DEBUG(misc, 0, "Can't convert a 32bpp screenshot to PCX format. Please pick an other format."); + DEBUG(misc, 0, "Can't convert a 32bpp screenshot to PCX format. Please pick another format."); return false; } if (pixelformat != 8 || w == 0) |