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

correct a typo

This commit is contained in:
aaannndddyyy 2015-09-07 20:43:22 +00:00 committed by aaannndddyyy
parent 9c65603e3d
commit 4fb4ba7617
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ void FilesForm::onFileActivated(QListWidgetItem *item)
void FilesForm::retranslateUi()
{
headLabel.setText(tr("Transfered Files","\"Headline\" of the window"));
headLabel.setText(tr("Transferred Files","\"Headline\" of the window"));
main.setTabText(0, tr("Downloads"));
main.setTabText(1, tr("Uploads"));
}

View File

@ -493,7 +493,7 @@ void Widget::onDisconnected()
void Widget::onFailedToStartCore()
{
QMessageBox critical(this);
critical.setText(tr("Toxcore failed to start, the application will terminate after you close this message."));
critical.setText(tr("toxcore failed to start, the application will terminate after you close this message."));
critical.setIcon(QMessageBox::Critical);
critical.exec();
qApp->quit();