VirtualBox

Ignore:
Timestamp:
Aug 25, 2019 7:53:40 AM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9510: Correcting some typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.cpp

    r80411 r80412  
    860860    m_strDiskIOInfoLabelRead = QApplication::translate("UIVMInformationDialog", "Read Rate");
    861861    iMaximum = qMax(iMaximum, m_strDiskIOInfoLabelRead.length());
    862     m_strDiskIOInfoLabelWrittenTotal = QApplication::translate("UIVMInformationDialog", "Total Writen");
     862    m_strDiskIOInfoLabelWrittenTotal = QApplication::translate("UIVMInformationDialog", "Total Written");
    863863    iMaximum = qMax(iMaximum, m_strDiskIOInfoLabelWrittenTotal.length());
    864864    m_strDiskIOInfoLabelReadTotal = QApplication::translate("UIVMInformationDialog", "Total Read");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette