Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.cpp	(revision 64826)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.cpp	(revision 64827)
@@ -756,5 +756,5 @@
             p_text << UITextTableLine(tr("Paravirtualization Interface", "details report"), strParavirtProvider);
             p_text << UITextTableLine(tr("Guest Additions"), strGAVersion);
-            p_text << UITextTableLine(tr("Guest OS Type", "details report"), strGuestOSType);
+            p_text << UITextTableLine(tr("Guest OS Type", "details report"), strOSType);
             p_text << UITextTableLine(tr("Remote Desktop Server Port", "details report (VRDE Server)"), strVRDEInfo);
 
