mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
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;
|
QString text;
|
||||||
if (iwidth == 0 || iheight == 0)
|
if (iwidth == 0 || iheight == 0)
|
||||||
text = tr("N/A");
|
text = tr("No Image");
|
||||||
else
|
else
|
||||||
text = tr("%1x%2").arg(iwidth).arg(iheight);
|
text = tr("%1x%2").arg(iwidth).arg(iheight);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user