mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 23:10:54 +01:00
construct: Add more whitespace to err strings.
This commit is contained in:
parent
c8a54a1a3e
commit
6dec6dca3e
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ const char *const fatalerrstr
|
||||||
*** A fatal error has occurred. Please contact the developer with the message below.
|
*** A fatal error has occurred. Please contact the developer with the message below.
|
||||||
*** Create a coredump by reproducing the error using the -debug command-line option.
|
*** Create a coredump by reproducing the error using the -debug command-line option.
|
||||||
***
|
***
|
||||||
|
|
||||||
%s
|
%s
|
||||||
)"};
|
)"};
|
||||||
|
|
||||||
|
@ -35,6 +36,7 @@ const char *const usererrstr
|
||||||
***
|
***
|
||||||
*** A fatal startup error has occurred. Please fix the problem to continue. ***
|
*** A fatal startup error has occurred. Please fix the problem to continue. ***
|
||||||
***
|
***
|
||||||
|
|
||||||
%s
|
%s
|
||||||
)"};
|
)"};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue