Skip to content

Commit 480d75e

Browse files
committed
Just small text appearance change
Not related to PVS or any bug
1 parent 2f71569 commit 480d75e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/xrCore/LocatorAPI.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,9 +765,8 @@ void CLocatorAPI::_initialize(u32 flags, LPCSTR target_folder, LPCSTR fs_name)
765765
#endif // DEBUG
766766

767767
CHECK_OR_EXIT(I.second,
768-
"The file 'fsgame.ltx' is corrupted (it contains duplicated lines).\nPlease reinstall the game or fix "
769-
"the "
770-
"problem manually.");
768+
"The file 'fsgame.ltx' is corrupted (it contains duplicated lines).\n"
769+
"Please reinstall the game or fix the problem manually.");
771770
}
772771
r_close(pFSltx);
773772
R_ASSERT(path_exist("$app_data_root$"));

0 commit comments

Comments
 (0)