Qt: change labels in package installer (#7325)
This commit is contained in:
@@ -402,7 +402,7 @@ void main_window::InstallPackages(QStringList file_paths, bool show_confirm)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
progress_dialog pdlg(tr("RPCS3 Package Installer"), tr("Installing package ... please wait ..."), tr("Cancel"), 0, 1000, false, this);
|
progress_dialog pdlg(tr("RPCS3 Package Installer"), tr("Installing package, please wait…"), tr("Cancel"), 0, 1000, false, this);
|
||||||
pdlg.show();
|
pdlg.show();
|
||||||
|
|
||||||
// Synchronization variable
|
// Synchronization variable
|
||||||
@@ -415,7 +415,7 @@ void main_window::InstallPackages(QStringList file_paths, bool show_confirm)
|
|||||||
progress = 0.;
|
progress = 0.;
|
||||||
|
|
||||||
pdlg.SetValue(0);
|
pdlg.SetValue(0);
|
||||||
pdlg.setLabelText(tr("Installing package %0/%1 ... please wait ...").arg(i + 1).arg(count));
|
pdlg.setLabelText(tr("Installing package (%0/%1), please wait…").arg(i + 1).arg(count));
|
||||||
pdlg.show();
|
pdlg.show();
|
||||||
|
|
||||||
Emu.SetForceBoot(true);
|
Emu.SetForceBoot(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user