summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/registerhandler.cpp
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2016-01-20 15:50:07 +0100
committerRobert Loehning <robert.loehning@theqtcompany.com>2016-01-20 15:27:40 +0000
commit4950fc816f366c6380c216c59903cccf61e4154b (patch)
treedef14a3f18a693120d77beee14bb8a43dc7a1232 /src/plugins/debugger/registerhandler.cpp
parent70304cd28dccb335a74ac4ef9b73c5ef6ecfd55f (diff)
downloadqt-creator-4950fc816f366c6380c216c59903cccf61e4154b.tar.gz
Debugger: Adapt string to others
Change-Id: I09b9d6a63f880401fa6bac74d627591b8760323c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/registerhandler.cpp')
-rw-r--r--src/plugins/debugger/registerhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/registerhandler.cpp b/src/plugins/debugger/registerhandler.cpp
index 97c155aa84..e2b3402243 100644
--- a/src/plugins/debugger/registerhandler.cpp
+++ b/src/plugins/debugger/registerhandler.cpp
@@ -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;