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:
parent
9c65603e3d
commit
4fb4ba7617
|
@ -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"));
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user