Clarify a non-translatable error message.

This commit is contained in:
Ignacio R. Morelle 2009-02-22 19:05:55 +00:00
parent f726c295b2
commit ec7c5fd230

View File

@ -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;
}
}