mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 11:13:12 +02:00
spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
08895863d9
commit
4ef3011ea9
@@ -210,7 +210,7 @@ config_file_new (struct t_weechat_plugin *plugin, const char *name,
|
||||
if (!ptr_name || !ptr_name[0])
|
||||
return NULL;
|
||||
|
||||
/* two configuration files can not have same name */
|
||||
/* two configuration files cannot have same name */
|
||||
if (config_file_search (ptr_name))
|
||||
return NULL;
|
||||
|
||||
@@ -3522,7 +3522,7 @@ config_file_update_data_read (struct t_config_file *config_file,
|
||||
gui_chat_printf (
|
||||
NULL,
|
||||
_("%sImportant: file %s has been updated from version %d to %d, "
|
||||
"it is not compatible and can not be loaded anymore with any "
|
||||
"it is not compatible and cannot be loaded anymore with any "
|
||||
"older version"),
|
||||
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
|
||||
filename,
|
||||
|
||||
Reference in New Issue
Block a user