mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 00:33:13 +02:00
core: fix quotes in upgrade error message
This commit is contained in:
@@ -600,7 +600,7 @@ upgrade_file_read_object (struct t_upgrade_file *upgrade_file)
|
||||
|
||||
if (type != UPGRADE_TYPE_OBJECT_START)
|
||||
{
|
||||
UPGRADE_ERROR(_("read - bad object type ('object start' expected)"), "");
|
||||
UPGRADE_ERROR(_("read - bad object type (\"object start\" expected)"), "");
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user