Browse Source

Merge branch 'pr1719'

pull/1721/head
tux3 10 years ago
parent
commit
1178df61ef
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      src/widget/form/chatform.cpp
  2. 7
      translations/it.ts

2
src/widget/form/chatform.cpp

@ -79,7 +79,7 @@ ChatForm::ChatForm(Friend* chatFriend)
headTextLayout->addWidget(callDuration, 1, Qt::AlignCenter); headTextLayout->addWidget(callDuration, 1, Qt::AlignCenter);
callDuration->hide(); callDuration->hide();
menu.addAction(tr("Load chat history..."), this, SLOT(onLoadHistory())); menu.addAction(QObject::tr("Load chat history..."), this, SLOT(onLoadHistory()));
connect(Core::getInstance(), &Core::fileSendStarted, this, &ChatForm::startFileSend); connect(Core::getInstance(), &Core::fileSendStarted, this, &ChatForm::startFileSend);
connect(sendButton, &QPushButton::clicked, this, &ChatForm::onSendTriggered); connect(sendButton, &QPushButton::clicked, this, &ChatForm::onSendTriggered);

7
translations/it.ts vendored

@ -2115,7 +2115,7 @@ Verrà installata al riavvio del programma.</translation>
Permettimi di aggiungerti alla mia lista contatti.</translation> Permettimi di aggiungerti alla mia lista contatti.</translation>
</message> </message>
<message> <message>
<location filename="../src/chatlog/chatmessage.cpp" line="124"/> <location filename="../src/chatlog/chatmessage.cpp" line="129"/>
<source>Resizing</source> <source>Resizing</source>
<translation>Ridimensiona</translation> <translation>Ridimensiona</translation>
</message> </message>
@ -2124,6 +2124,11 @@ Permettimi di aggiungerti alla mia lista contatti.</translation>
<source>User Profile</source> <source>User Profile</source>
<translation>Profilo Utente</translation> <translation>Profilo Utente</translation>
</message> </message>
<message>
<location filename="../src/widget/form/chatform.cpp" line="82"/>
<source>Load chat history...</source>
<translation>Carica cronologia chat...</translation>
</message>
</context> </context>
<context> <context>
<name>ScreenshotGrabber</name> <name>ScreenshotGrabber</name>

Loading…
Cancel
Save