mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
gui: Implement gui translations
This commit is contained in:
@@ -23,8 +23,8 @@ void GameInfoClass::GetGameInfo(QWidget* parent) {
|
||||
}).results();
|
||||
|
||||
// Progress bar, please be patient :)
|
||||
QProgressDialog dialog("Loading game list, please wait :3", "Cancel", 0, 0, parent);
|
||||
dialog.setWindowTitle("Loading...");
|
||||
QProgressDialog dialog(tr("Loading game list, please wait :3"), tr("Cancel"), 0, 0, parent);
|
||||
dialog.setWindowTitle(tr("Loading..."));
|
||||
|
||||
QFutureWatcher<void> futureWatcher;
|
||||
GameListUtils game_util;
|
||||
|
||||
Reference in New Issue
Block a user