VirtualBox

Ignore:
Timestamp:
Apr 10, 2015 10:29:54 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99486
Message:

s/drag'n'drop/drag and drop/

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/UIVMInfoDialog.cpp

    r54505 r55180  
    671671        strResult += formatValue(tr("VM Uptime"), strUptime, iMaxLength);
    672672        strResult += formatValue(tr("Clipboard Mode"), strClipboardMode, iMaxLength);
    673         strResult += formatValue(tr("Drag'n'Drop Mode"), strDnDMode, iMaxLength);
     673        strResult += formatValue(tr("Drag and Drop Mode"), strDnDMode, iMaxLength);
    674674        strResult += formatValue(VBoxGlobal::tr("VT-x/AMD-V", "details report"), strVirtualization, iMaxLength);
    675675        strResult += formatValue(VBoxGlobal::tr("Nested Paging", "details report"), strNestedPaging, iMaxLength);
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp

    r55170 r55180  
    15071507    void retranslateUi()
    15081508    {
    1509         setName(QApplication::translate("UIActionPool", "Drag'n'Drop"));
     1509        setName(QApplication::translate("UIActionPool", "Drag and Drop"));
    15101510    }
    15111511};
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.cpp

    r52730 r55180  
    223223                if (static_cast<QKeyEvent*>(pEvent)->key() == Qt::Key_Escape)
    224224                {
    225                     LogFlowFunc(("ESC pressed, cancelling drag'n drop operation\n"));
     225                    LogFlowFunc(("ESC pressed, cancelling drag and drop operation\n"));
    226226                    m_enmState = Canceled;
    227227                }
Note: See TracChangeset for help on using the changeset viewer.

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