diff options
| author | Tobias Spitzer | 2014-08-26 07:42:14 +0200 |
|---|---|---|
| committer | Tobias Spitzer | 2014-08-26 07:42:14 +0200 |
| commit | 4fcc347e9b95c5dbf7ab2df310e66892c8da4380 (patch) | |
| tree | a270ce5b3735ebe99b8b2df1efe9eb56d04f9296 /Dozentenmodul/src/ftp/DownloadTask.java | |
| parent | sfda (diff) | |
| parent | date geändert (diff) | |
| download | tutor-module-4fcc347e9b95c5dbf7ab2df310e66892c8da4380.tar.gz tutor-module-4fcc347e9b95c5dbf7ab2df310e66892c8da4380.tar.xz tutor-module-4fcc347e9b95c5dbf7ab2df310e66892c8da4380.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module
Conflicts:
Dozentenmodul/bin/gui/image/FTPCreateUploader_GUI.class
fsad
Diffstat (limited to 'Dozentenmodul/src/ftp/DownloadTask.java')
| -rw-r--r-- | Dozentenmodul/src/ftp/DownloadTask.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/src/ftp/DownloadTask.java b/Dozentenmodul/src/ftp/DownloadTask.java index a71556e7..5592adba 100644 --- a/Dozentenmodul/src/ftp/DownloadTask.java +++ b/Dozentenmodul/src/ftp/DownloadTask.java @@ -110,7 +110,7 @@ public class DownloadTask extends SwingWorker<Void, Void> { } else if(!isCancelled() && percentCompleted != 100){ System.out.println("Datein wurde unvollständig heruntergeladen"); JOptionPane.showMessageDialog(null, - "Datein wurde unvollständig heruntergeladen. Bitte wiederholen.", "Message", + "Datei wurde unvollständig heruntergeladen. Bitte wiederholen.", "Message", JOptionPane.INFORMATION_MESSAGE); } } |
