diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-05-09 20:08:42 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-05-09 20:08:42 -0500 |
commit | 1fb3dbdb007e960042df86cf8447a2c2931ba14f (patch) | |
tree | dd141563a4ef88b9b475b2d7d7c4a9433053a25e /src/koopatlas | |
parent | 69e7e904f546e93180f46cd0acbdd83c1f2af0eb (diff) | |
download | kamek-1fb3dbdb007e960042df86cf8447a2c2931ba14f.tar.gz kamek-1fb3dbdb007e960042df86cf8447a2c2931ba14f.zip |
Made the dummy string more classy
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp index 6e8db90..444c2a0 100644 --- a/src/koopatlas/core.cpp +++ b/src/koopatlas/core.cpp @@ -1082,7 +1082,7 @@ void dScKoopatlas_c::showSaveWindow() { } static const wchar_t *completionMsgs[] = { - L"butts", + L"The most erudite of Buttocks", L"You've collected all of\nthe \x0B\x014F\xBEEF Star Coins in", L"You have gotten every \x0B\x013B\xBEEF exit\nin", L"You have gotten everything\nin", |