Skip to content

Commit

Permalink
We still need the translatable strings to be German
Browse files Browse the repository at this point in the history
Do we have any translation mechanism yet?
  • Loading branch information
smehrbrodt committed Sep 22, 2022
1 parent 8beed4e commit f1f8b7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ public void showManageSenderListDialog()
} catch (SenderException e)
{
LOGGER.error(e.getMessage(), e);
InfoDialog.showInfoModal("WollMux", L.m("Personal sender list could not be updated."));
InfoDialog.showInfoModal("WollMux", L.m("Persönliche Absenderliste konnte nicht aktualisiert werden."));
}
}

Expand Down

0 comments on commit f1f8b7f

Please sign in to comment.