Browse Source

adjusted translation messages

as discusses here: https://github.com/tux3/qTox/pull/848#discussion_r20851990
pull/856/head
Carsten Brandt 11 years ago
parent
commit
b1b1c468e3
  1. 2
      src/widget/form/chatform.cpp
  2. 2
      translations/de.ts

2
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())); 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(); Widget* w = Widget::getInstance();
if (!w->isFriendWidgetCurActiveWidget(f)|| w->isMinimized() || !w->isActiveWindow()) if (!w->isFriendWidgetCurActiveWidget(f)|| w->isMinimized() || !w->isActiveWindow())

2
translations/de.ts vendored

@ -234,7 +234,7 @@ Soll der Proxy ignoriert und eine direkte Internetverbindung genutzt werden?</tr
</message> </message>
<message> <message>
<location filename="../src/widget/form/chatform.cpp" line="254"/> <location filename="../src/widget/form/chatform.cpp" line="254"/>
<source>%1 calling</source> <source>%1 is calling</source>
<translation>%1 ruft an</translation> <translation>%1 ruft an</translation>
</message> </message>
<message> <message>

Loading…
Cancel
Save