Bug #1056 » 0060-rssanity-Clarify-initial-tech-insanity-message.patch
| server/ruleset/rssanity.c | ||
|---|---|---|
|
if (a == NULL) {
|
||
|
ruleset_error(logger, LOG_ERROR,
|
||
|
_("Tech %s does not exist, but is tech for %s."),
|
||
|
_("Tech %s does not exist, but is initial tech for %s."),
|
||
|
advance_rule_name(advance_by_number(tech)),
|
||
|
nation_rule_name(pnation));
|
||
|
ok = FALSE;
|
||