use FACTION in text template, not ERESSEA

This commit is contained in:
Enno Rehling 2017-01-22 04:55:19 +01:00
parent 446e58c383
commit 1a20d6e5c6
1 changed files with 1 additions and 1 deletions

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);