This commit is contained in:
DarthArgus
2016-06-12 04:39:41 -07:00
parent 9500ff05df
commit d964a8712e

View File

@@ -859,7 +859,7 @@ CString const ClientMachine::getHardwareInformationString ()
buffer += '\n';
result += buffer;
buffer.Format (_T("Physical Memory Size: %i MB"), getPhysicalMemorySize ());
buffer.Format (_T("Physical Memory Size: %i GB"), getPhysicalMemorySize ());
buffer += '\n';
result += buffer;