diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-26 21:17:42 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-27 09:14:36 +0200 |
commit | 3bdaf6e45d6f7d0edf573e0c756b5778e18d8ac1 (patch) | |
tree | 8deddf42f66357aa09cc5b04f048e078666b8f99 /global-functions | |
parent | 640b8fd401eae8ff90bfcbb13f683326f522eabe (diff) | |
parent | cc5820ed90a349a5a607dd93ea54d41e214308e0 (diff) |
Merge branch 'no-escape-question-mark' into next
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 366ef94..ce55b15 100644 --- a/global-functions +++ b/global-functions @@ -166,7 +166,7 @@ /system/script/run global-config; } on-error={ $LogPrintExit2 error $0 ("Reloading global configuration failed!" . \ - " Syntax error or missing overlay\?") false; + " Syntax error or missing overlay?") false; } } |