summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/gui/image/FTPCreateUploader_GUI.java
diff options
context:
space:
mode:
Diffstat (limited to 'dozentenmodul/src/main/java/gui/image/FTPCreateUploader_GUI.java')
-rw-r--r--dozentenmodul/src/main/java/gui/image/FTPCreateUploader_GUI.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/dozentenmodul/src/main/java/gui/image/FTPCreateUploader_GUI.java b/dozentenmodul/src/main/java/gui/image/FTPCreateUploader_GUI.java
index 63cda60d..8a7fda3f 100644
--- a/dozentenmodul/src/main/java/gui/image/FTPCreateUploader_GUI.java
+++ b/dozentenmodul/src/main/java/gui/image/FTPCreateUploader_GUI.java
@@ -86,7 +86,7 @@ public class FTPCreateUploader_GUI extends JFrame implements
Client client = models.Client.clientcon.getClient();
JButton finishButton = new JButton("Fertigstellen");
JButton btnUploadStarten = new JButton("Upload auf Server starten");
- JButton btnZurck = new JButton("Zur\u00FCck");
+ JButton btnZurck = new JButton("Zurück");
int progress = 0; // progress of upload
private boolean isCurrentlyLoading = false; // currently up or downloading
// file
@@ -159,7 +159,7 @@ public class FTPCreateUploader_GUI extends JFrame implements
getContentPane().add(contentPanel, BorderLayout.CENTER);
contentPanel.setLayout(null);
{
- JButton btnSpeicherortAuswhlen = new JButton("Image ausw\u00E4hlen");
+ JButton btnSpeicherortAuswhlen = new JButton("Image auswählen");
btnSpeicherortAuswhlen.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
@@ -253,7 +253,7 @@ public class FTPCreateUploader_GUI extends JFrame implements
label_6.setBounds(102, 350, 71, 14);
contentPanel.add(label_6);
- JLabel label_7 = new JLabel("Gesch\u00E4tzte Verbleibende Zeit:");
+ JLabel label_7 = new JLabel("Geschätzte Verbleibende Zeit:");
label_7.setBounds(102, 300, 150, 14);
contentPanel.add(label_7);
@@ -280,7 +280,7 @@ public class FTPCreateUploader_GUI extends JFrame implements
JTextPane txtpnFhreSieBitte = new JTextPane();
txtpnFhreSieBitte
- .setText("F\u00FChre Sie bitte die folgenden 3 Schritte aus um Ihr Image auf unseren Server zu laden.");
+ .setText("Führe Sie bitte die folgenden 3 Schritte aus um Ihr Image auf unseren Server zu laden.");
txtpnFhreSieBitte.setEditable(false);
txtpnFhreSieBitte.setBackground(SystemColor.menu);
txtpnFhreSieBitte.setBounds(10, 36, 509, 32);
@@ -290,7 +290,7 @@ public class FTPCreateUploader_GUI extends JFrame implements
separator.setBounds(0, 79, 597, 2);
contentPanel.add(separator);
- JLabel lblNewLabel_1 = new JLabel("Hauptmen\u00FC");
+ JLabel lblNewLabel_1 = new JLabel("Hauptmenü");
lblNewLabel_1.setForeground(Color.BLUE);
lblNewLabel_1.setBounds(20, 88, 61, 20);
contentPanel.add(lblNewLabel_1);