1
0
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:
Sébastien Helleu
2026-03-12 20:16:49 +01:00
parent 87a683ebdb
commit b82ce33c6c
15 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -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;
}