summaryrefslogtreecommitdiff
path: root/src/screenshot.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-01-01 18:45:40 +0000
committerrubidium <rubidium@openttd.org>2010-01-01 18:45:40 +0000
commitb2e9b5d612a879097587b05ed2c53c19c70d84a6 (patch)
treeb3dec8b7dc6f7bd35e4b6dbb4e500c0ba2290ab0 /src/screenshot.cpp
parent115b20774540589572d45de3fdc7743ea4626f13 (diff)
downloadopenttd-b2e9b5d612a879097587b05ed2c53c19c70d84a6.tar.xz
(svn r18683) -Fix: it's not an other
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r--src/screenshot.cpp2
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)