some traductions
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
config.UnitCombobox->addItems({tr("Byte"), tr("KB"), tr("MB"), tr("GB"), tr("TB"), tr("PB")});
|
||||
|
||||
// init of About
|
||||
this->about.description = tr(this->about.description.toStdString().c_str());
|
||||
this->about.description = tr("Client for rsync server\n\nYou click on file to enqueue it, and RyncUI Download one file a time");
|
||||
|
||||
// connectors
|
||||
connect(&downloadO, &downloadFile::progressSignal, ui->progressBar, &QProgressBar::setValue);
|
||||
|
||||
Reference in New Issue
Block a user