mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 00:39:53 +00:00
Clarify a non-translatable error message.
This commit is contained in:
parent
f726c295b2
commit
ec7c5fd230
@ -703,7 +703,7 @@ namespace {
|
||||
}
|
||||
}
|
||||
} catch(version_info::not_sane_exception const&) {
|
||||
ERR_CFG << "local add-on '" << name << "' has invalid version info, skipping from updates check...\n";
|
||||
ERR_CFG << "local add-on '" << name << "' has invalid or no version info, skipping from updates check...\n";
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user