Skip to content

Commit

Permalink
Zeichenkodierungsfehler im Menüpunkt (#92)
Browse files Browse the repository at this point in the history
Buchführung-->Konten-->Neu-->Hibiscus-Konto korrigiert.
  • Loading branch information
MSchmalzl authored Dec 10, 2023
1 parent d1bd46b commit 9cf2f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/jost_net/JVerein/gui/input/KontoInput.java
Original file line number Diff line number Diff line change
Expand Up @@ -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..."));
}

/**
Expand Down

0 comments on commit 9cf2f17

Please sign in to comment.