mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
GUI: Fix TR Units - Size and Time - more... (#1927)
* GUI: TR Units - Size and Time Added translation for these units: B, KB, MB, GB, TB h, m, s Added missing text: Games: - text in the lower left corner Compatibility... Update database View report Submit a report Fixed the size of the settings menu * Audio Backend * Fixed the size of the settings menu
This commit is contained in:
@@ -75,8 +75,8 @@ bool MainWindow::Init() {
|
||||
this->setStatusBar(statusBar.data());
|
||||
// Update status bar
|
||||
int numGames = m_game_info->m_games.size();
|
||||
QString statusMessage =
|
||||
"Games: " + QString::number(numGames) + " (" + QString::number(duration.count()) + "ms)";
|
||||
QString statusMessage = tr("Games: ") + QString::number(numGames) + " (" +
|
||||
QString::number(duration.count()) + "ms)";
|
||||
statusBar->showMessage(statusMessage);
|
||||
|
||||
#ifdef ENABLE_DISCORD_RPC
|
||||
|
||||
Reference in New Issue
Block a user