v0.9.4: fixed translator credits appearing empty when there are no reviewers
This commit is contained in:
parent
475d70284c
commit
89c6ea8063
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue
Block a user