Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmiosczka committed Oct 26, 2018
1 parent b1c7ada commit 8df498f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ private void saveConfig() {
public void loadKdms(boolean ignoreExpiredKdms) {

if (config.getEmailLogins().isEmpty()) {
iUpdateGui.onErrorOccurred("No e-mail logins specified.");
iUpdateGui.onErrorOccurred("No e-mail login specified.");
return;
}

if (config.getFtpLogins().isEmpty()) {
iUpdateGui.onErrorOccurred("No ftp logins specified.");
iUpdateGui.onErrorOccurred("No ftp login specified.");
return;
}

Expand Down

0 comments on commit 8df498f

Please sign in to comment.