diff --git a/src/de/jost_net/JVerein/gui/input/KontoInput.java b/src/de/jost_net/JVerein/gui/input/KontoInput.java index 02300e23f..143edcc28 100644 --- a/src/de/jost_net/JVerein/gui/input/KontoInput.java +++ b/src/de/jost_net/JVerein/gui/input/KontoInput.java @@ -54,7 +54,7 @@ public KontoInput(Konto konto) throws RemoteException { super(init(), konto); setName(i18n.tr("Konto")); - setPleaseChoose(i18n.tr("Bitte wählen...")); + setPleaseChoose(i18n.tr("Bitte wählen...")); } /**