@@ -342,7 +342,7 @@ class FileUploaderWidget(QWidget):
self.file_name_font.setPointSize(24)
self.file_name_label=QLabel(self)
self.file_name_label.setText("Your file will uploading to\n{0}".format(url))
self.file_name_label.setText("Your file will be uploaded to\n{0}".format(url))
self.file_name_label.setFont(self.file_name_font)
self.file_name_label.setAlignment(Qt.AlignCenter)
self.file_name_label.setStyleSheet("color: #eee")
@@ -352,7 +352,7 @@ class FileUploaderWidget(QWidget):
self.notify_font=QFont()
self.notify_font.setPointSize(12)
self.notify_label=QLabel(self)
self.notify_label.setText("Scan above QR to uploading file.\nMake sure that your smartphone is connected to the same WiFi network as this computer.")
self.notify_label.setText("Scan QR code above to upload a file from your smartphone.\nMake sure the smartphone is connected to the same WiFi network as this computer.")
@@ -101,7 +101,7 @@ class FileTransferWidget(QWidget):
self.notify_font=QFont()
self.notify_font.setPointSize(12)
self.notify_label=QLabel(self)
self.notify_label.setText("Scan above QR and open link by browser to start downloading.\nMake sure that your smartphone is connected to the same WiFi network as this computer.")
self.notify_label.setText("Scan QR code above to download this file on your smartphone.\nMake sure the smartphone is connected to the same WiFi network as this computer.")