1
0
Fork 0

internationalization issue fixed (#1536)

This commit is contained in:
Torusrxxx 2017-04-12 13:22:43 +00:00 committed by Duncan Ogilvie
parent 221ca3d583
commit 5ddd4eadc0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ bool cbDebugAlloc(int argc, char* argv[])
if(mem)
varset("$lastalloc", mem, true);
if(mem)
CommentSet(mem, QT_TRANSLATE_NOOP("DBG", "User-allocated memory"), true);
CommentSet(mem, GuiTranslateText(QT_TRANSLATE_NOOP("DBG", "User-allocated memory")), true);
//update memory map
MemUpdateMap();
GuiUpdateMemoryView();