mirror of https://github.com/PCSX2/pcsx2.git
Qt: Change 'N/A' to 'No Image' in status bar
This commit is contained in:
parent
fdb29a3a09
commit
72e8ba2203
|
@ -1015,7 +1015,7 @@ void EmuThread::updatePerformanceMetrics(bool force)
|
|||
{
|
||||
QString text;
|
||||
if (iwidth == 0 || iheight == 0)
|
||||
text = tr("N/A");
|
||||
text = tr("No Image");
|
||||
else
|
||||
text = tr("%1x%2").arg(iwidth).arg(iheight);
|
||||
|
||||
|
|
Loading…
Reference in New Issue