Debugger: Adapt string to others

Change-Id: I09b9d6a63f880401fa6bac74d627591b8760323c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Robert Loehning
2016-01-20 15:50:07 +01:00
parent 70304cd28d
commit 4950fc816f

View File

@@ -503,7 +503,7 @@ QVariant RegisterSubItem::data(int column, int role) const
return RegisterHandler::tr("Content as %1-bit Binary Values").arg(8 * m_subSize);
}
if (m_subKind == FloatRegister)
return RegisterHandler::tr("Contents as %1-bit Floating Point Values").arg(8 * m_subSize);
return RegisterHandler::tr("Content as %1-bit Floating Point Values").arg(8 * m_subSize);
default:
break;