1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge branch 'pr521'

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-10-24 12:13:07 +02:00
commit 2401654009
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -59,7 +59,7 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
// Setting the sizes in the CSS doesn't work (glitch with high DPIs)
fileButton = new QPushButton();
fileButton->setToolTip(tr("Send a file"));
fileButton->setToolTip(tr("Send file(s)"));
callButton = new QPushButton();
callButton->setFixedSize(50,40);
callButton->setToolTip(tr("Audio call"));