v0.9.4: fixed translator credits appearing empty when there are no reviewers

This commit is contained in:
Evan Debenham 2021-08-07 18:13:00 -04:00
parent 475d70284c
commit 89c6ea8063

View File

@ -839,6 +839,9 @@ public class WndSettings extends WndTabbed {
if (reviewers.length > 0) {
creds += Messages.titleCase(Messages.get(LangsTab.this, "reviewers"));
creds2 += "";
}
if (translators.length > 0){
boolean col2 = false;
for (i = 0; i < total.size(); i++) {
if (i == translatorIdx){