diff options
| author | Jonathan Bauer | 2014-09-18 13:44:46 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-09-18 13:44:46 +0200 |
| commit | 2ddbdf3235846c6e9c54269c4823989ce827e018 (patch) | |
| tree | 6892d891ab9a4a8f95a148d8fc55b3495e14bd54 /dozentenmodul/src/main/java/gui/image/FTPSearchDownloader_GUI.java | |
| parent | [client] moved main function to App.java & refined Config stuff (diff) | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| download | tutor-module-2ddbdf3235846c6e9c54269c4823989ce827e018.tar.gz tutor-module-2ddbdf3235846c6e9c54269c4823989ce827e018.tar.xz tutor-module-2ddbdf3235846c6e9c54269c4823989ce827e018.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module
Diffstat (limited to 'dozentenmodul/src/main/java/gui/image/FTPSearchDownloader_GUI.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/image/FTPSearchDownloader_GUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/gui/image/FTPSearchDownloader_GUI.java b/dozentenmodul/src/main/java/gui/image/FTPSearchDownloader_GUI.java index 34e0cf80..7bc00fd8 100644 --- a/dozentenmodul/src/main/java/gui/image/FTPSearchDownloader_GUI.java +++ b/dozentenmodul/src/main/java/gui/image/FTPSearchDownloader_GUI.java @@ -269,7 +269,7 @@ public class FTPSearchDownloader_GUI extends JFrame implements JTextPane txtpnWhlenSieEinen = new JTextPane(); txtpnWhlenSieEinen - .setText("Wählen Sie einen Ort aus, um das von Ihnen gwählte Image erunter zu laden."); + .setText("Wählen Sie einen Ort aus, um das von Ihnen gwählte Image zu speichern."); txtpnWhlenSieEinen.setEditable(false); txtpnWhlenSieEinen.setBackground(SystemColor.menu); txtpnWhlenSieEinen.setBounds(10, 36, 509, 32); |
