From 2297739dd576d22a7ac205d5ab8a1da4a9f7b9d7 Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Fri, 24 Oct 2014 08:43:13 +0100 Subject: [PATCH] Change file sending button tooltip to indicate ability to select and send multiple files --- src/widget/form/genericchatform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/form/genericchatform.cpp b/src/widget/form/genericchatform.cpp index f2ba8c124..f20f4e668 100644 --- a/src/widget/form/genericchatform.cpp +++ b/src/widget/form/genericchatform.cpp @@ -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"));