From 6f56fe2c026ba766652fae2e6f4b6de0d157c3db Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Sun, 10 Apr 2016 20:10:23 +0200 Subject: [PATCH] Remove wrong unit. formatByteSize() returns the right one. --- gui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 22f799a..333f242 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -172,7 +172,7 @@ MainWindow::MainWindow(QWidget* parent) << i18n("
debuggee:
%1
", data.debuggee) // xgettext:no-c-format << i18n("
total runtime:
%1s
", totalTimeS) - << i18n("
total system memory:
%1s
", format.formatByteSize(data.totalSystemMemory)) + << i18n("
total system memory:
%1
", format.formatByteSize(data.totalSystemMemory)) << ""; } { -- 2.7.4