Skip to content

Commit eb5561b

Browse files
committed
Slight changes
1 parent c014389 commit eb5561b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

loader/src/platform/mac/main.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ bool loadGeode() {
146146
console::messageBox(
147147
"Unable to Load Geode!",
148148
fmt::format(
149-
"Geometry Dash is outdated! Geode requires GD {} "
150-
"but you have {}.\n"
149+
"Geometry Dash is outdated!\n"
150+
"Geode requires GD {} but you have {}.\n"
151151
"Please, update Geometry Dash to {}.",
152152
GEODE_STR(GEODE_GD_VERSION),
153153
LoaderImpl::get()->getGameVersion(),

loader/src/platform/windows/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ int WINAPI gdMainHook(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmd
161161
console::messageBox(
162162
"Unable to Load Geode!",
163163
fmt::format(
164-
"Geometry Dash is outdated! Geode requires GD {} "
165-
"but you have {}.\n"
164+
"Geometry Dash is outdated!\n"
165+
"Geode requires GD {} but you have {}.\n"
166166
"Please, update Geometry Dash to {}.",
167167
GEODE_STR(GEODE_GD_VERSION),
168168
LoaderImpl::get()->getGameVersion(),

0 commit comments

Comments
 (0)