extended german translations

This commit is contained in:
Stephan Richter
2020-11-02 00:04:23 +01:00
parent f738df1e5c
commit 1749abace9
5 changed files with 28 additions and 6 deletions

View File

@@ -110,7 +110,7 @@ public abstract class Action implements Constants {
@Override
public String toString() {
return getClass().getSimpleName();
return t(getClass().getSimpleName());
}
protected Object update(HashMap<String, String> params) {