forked from qt-creator/qt-creator
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:
@@ -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);
|
return RegisterHandler::tr("Content as %1-bit Binary Values").arg(8 * m_subSize);
|
||||||
}
|
}
|
||||||
if (m_subKind == FloatRegister)
|
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:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user