use FACTION in text template, not ERESSEA

This commit is contained in:
Enno Rehling 2017-01-22 04:55:19 +01:00
parent 39375e8d4a
commit 0496c66028

View file

@ -1408,7 +1408,7 @@ report_template(const char *filename, report_context * ctx, const char *bom)
newline(out); newline(out);
newline(out); newline(out);
sprintf(buf, "%s %s \"password\"", LOC(f->locale, "ERESSEA"), itoa36(f->no)); sprintf(buf, "%s %s \"password\"", LOC(f->locale, parameters[P_FACTION]), itoa36(f->no));
rps_nowrap(out, buf); rps_nowrap(out, buf);
newline(out); newline(out);
newline(out); newline(out);