diff --git a/src/widget/form/chatform.cpp b/src/widget/form/chatform.cpp
index 661afbfc6..4f62a4b2c 100644
--- a/src/widget/form/chatform.cpp
+++ b/src/widget/form/chatform.cpp
@@ -251,7 +251,7 @@ void ChatForm::onAvInvite(int FriendId, int CallId, bool video)
connect(callButton, SIGNAL(clicked()), this, SLOT(onAnswerCallTriggered()));
}
- addSystemInfoMessage(tr("%1 calling").arg(f->getDisplayedName()), "white", QDateTime::currentDateTime());
+ addSystemInfoMessage(tr("%1 is calling").arg(f->getDisplayedName()), "white", QDateTime::currentDateTime());
Widget* w = Widget::getInstance();
if (!w->isFriendWidgetCurActiveWidget(f)|| w->isMinimized() || !w->isActiveWindow())
diff --git a/translations/de.ts b/translations/de.ts
index a8f3892ea..373221256 100644
--- a/translations/de.ts
+++ b/translations/de.ts
@@ -234,7 +234,7 @@ Soll der Proxy ignoriert und eine direkte Internetverbindung genutzt werden?
- %1 calling
+ %1 is calling
%1 ruft an