diff options
Diffstat (limited to 'src/core/wee-config-file.c')
-rw-r--r-- | src/core/wee-config-file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-config-file.c b/src/core/wee-config-file.c index dd43126f4..70a310a41 100644 --- a/src/core/wee-config-file.c +++ b/src/core/wee-config-file.c @@ -589,7 +589,7 @@ config_file_new_option (struct t_config_file *config_file, } if (var_type < 0) { - gui_chat_printf (NULL, "%sError: unknown option type \"%s\"", + gui_chat_printf (NULL, "%sUnknown option type \"%s\"", gui_chat_prefix[GUI_CHAT_PREFIX_ERROR], type); goto error; @@ -2411,7 +2411,7 @@ config_file_write_internal (struct t_config_file *config_file, if (!config_file->file) { gui_chat_printf (NULL, - _("%sError: cannot create file \"%s\""), + _("%sCannot create file \"%s\""), gui_chat_prefix[GUI_CHAT_PREFIX_ERROR], filename2); goto error; |