Minor touch-up

Add '*.orig' to .gitignore
Add '.' to string
pull/680/head
Zetok Zalbavar 2014-11-09 12:27:08 +00:00
parent 685b8ecdb8
commit 45848066a2
No known key found for this signature in database
GPG Key ID: 53137C3033F09008
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ qrc_*
Makefile
qtox
*.qm
*.orig

View File

@ -97,7 +97,7 @@ void AddFriendForm::onSendTriggered()
} else {
if (Settings::getInstance().getUseProxy())
{
QMessageBox::StandardButton btn = QMessageBox::warning(main, "qTox", tr("qTox needs to use the Tox DNS, but can't do it through a proxy\n\
QMessageBox::StandardButton btn = QMessageBox::warning(main, "qTox", tr("qTox needs to use the Tox DNS, but can't do it through a proxy.\n\
Ignore the proxy and connect to the Internet directly ?"), QMessageBox::Ok|QMessageBox::No, QMessageBox::No);
if (btn != QMessageBox::Ok)
return;