Moved static string to locale
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
"Upload a background image to use (Only supports PNG, JPEG, and WEBP files)"
|
||||
#define COMMAND_GENERATE_REPORT_ARGS_HEADLINE_DESCRIPTION \
|
||||
"What is the headline?"
|
||||
#define COMMAND_GENERATE_REPORT_FAIL_NOT_SUPPORTED(filetype) \
|
||||
"File type: " + filetype + \
|
||||
" is not allowed. Only PNG, JPEG, and WEBP are allowed!"
|
||||
#define COMMAND_GENERATE_REPORT_FAIL_IMAGE_LOAD \
|
||||
"Failed to load the background image! Aborting. You were not changed for " \
|
||||
"this."
|
||||
|
||||
// Command get_pfp
|
||||
#define COMMAND_GET_PFP "get_pfp"
|
||||
|
Reference in New Issue
Block a user