string fixes

This commit is contained in:
zzz
2015-01-12 18:47:12 +00:00
parent 4bd29be8a9
commit 68c9c72ae9
5 changed files with 16 additions and 21 deletions

View File

@ -316,7 +316,7 @@ public class ConfigurationTab extends TabLogoPanel {
} catch (NumberFormatException e){
JOptionPane.showConfirmDialog(
this,
Transl._("\"{0}\" cannot be interpreted as a spped.", download) + "\n\n" +
Transl._("\"{0}\" cannot be interpreted as a speed.", download) + "\n\n" +
Transl._("Speed must be a number larger than 0."),
Transl._("Invalid download speed."),
JOptionPane.DEFAULT_OPTION,