Localize folder names

This commit is contained in:
M66B
2019-01-18 11:15:07 +00:00
parent b1ebc3ffd2
commit 84f63ab473
4 changed files with 32 additions and 6 deletions

View File

@@ -215,7 +215,7 @@ public class EntityFolder implements Serializable {
@Override
public String toString() {
return name;
return (display == null ? name : display);
}
public JSONObject toJSON() throws JSONException {