diff --git a/src/widget/form/chatform.cpp b/src/widget/form/chatform.cpp
index a97faf93c..50b455289 100644
--- a/src/widget/form/chatform.cpp
+++ b/src/widget/form/chatform.cpp
@@ -673,7 +673,7 @@ void ChatForm::onFileSendFailed(int FriendId, const QString &fname)
if (FriendId != f->getFriendID())
return;
- addSystemInfoMessage("File: \"" + fname + "\" failed to send.", "red", QDateTime::currentDateTime());
+ addSystemInfoMessage(tr("Failed to send file \"%1\"").arg(fname), "red", QDateTime::currentDateTime());
}
void ChatForm::onAvatarChange(int FriendId, const QPixmap &pic)
diff --git a/translations/de.ts b/translations/de.ts
index 25ca913e6..6636bf5de 100644
--- a/translations/de.ts
+++ b/translations/de.ts
@@ -36,6 +36,11 @@
Aufnahmegerät
+
+
+
+ Erneut nach Audiogeräten suchen
+
@@ -252,6 +257,11 @@ Soll der Proxy ignoriert und eine direkte Internetverbindung genutzt werden?Call rejected
Anruf abgewiesen
+
+
+
+ Fehler beim Senden der Datei
+
@@ -594,22 +604,27 @@ Wollen Sie ein anderes probieren?
Mache Tox portabel
-
-
+
+
+ Systemtray Integration
+
+
+
+
Im Systemtray zeigen
-
+
Ins Tray starten
-
+
Ins Tray schließen
-
+
Ins Tray minimieren
@@ -1629,4 +1644,4 @@ Es wird beim Neustart von qTox installiert.
Senden der Nachricht fehlgeschlagen
-
+
\ No newline at end of file