- Timestamp:
- Jul 20, 2016 8:21:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp
r62365 r62380 1604 1604 case InformationElementType_UI: strResult = QApplication::translate("VBoxGlobal", "User interface", "InformationElementType"); break; 1605 1605 case InformationElementType_Description: strResult = QApplication::translate("VBoxGlobal", "Description", "InformationElementType"); break; 1606 case InformationElementType_RuntimeAttributes: strResult = QApplication::translate("VBoxGlobal", "Runtime Attributes", "InformationElementType"); break;1606 case InformationElementType_RuntimeAttributes: strResult = QApplication::translate("VBoxGlobal", "Runtime attributes", "InformationElementType"); break; 1607 1607 case InformationElementType_StorageStatistics: strResult = QApplication::translate("VBoxGlobal", "Storage statistics", "InformationElementType"); break; 1608 case InformationElementType_NetworkStatistics: strResult = QApplication::translate("VBoxGlobal", "Network Statistics", "InformationElementType"); break;1608 case InformationElementType_NetworkStatistics: strResult = QApplication::translate("VBoxGlobal", "Network statistics", "InformationElementType"); break; 1609 1609 default: 1610 1610 { … … 1637 1637 keys << QApplication::translate("VBoxGlobal", "User interface", "InformationElementType"); values << InformationElementType_UI; 1638 1638 keys << QApplication::translate("VBoxGlobal", "Description", "InformationElementType"); values << InformationElementType_Description; 1639 keys << QApplication::translate("VBoxGlobal", "Runtime Attributes", "InformationElementType"); values << InformationElementType_RuntimeAttributes;1639 keys << QApplication::translate("VBoxGlobal", "Runtime attributes", "InformationElementType"); values << InformationElementType_RuntimeAttributes; 1640 1640 keys << QApplication::translate("VBoxGlobal", "Storage statistics", "InformationElementType"); values << InformationElementType_StorageStatistics; 1641 keys << QApplication::translate("VBoxGlobal", "Network Statistics", "InformationElementType"); values << InformationElementType_NetworkStatistics;1641 keys << QApplication::translate("VBoxGlobal", "Network statistics", "InformationElementType"); values << InformationElementType_NetworkStatistics; 1642 1642 /* Invalid type for unknown words: */ 1643 1643 if (!keys.contains(strInformationElementType, Qt::CaseInsensitive))
Note:
See TracChangeset
for help on using the changeset viewer.

