VirtualBox

Changeset 55180 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 10, 2015 10:29:54 AM (10 years ago)
Author:
vboxsync
Message:

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

Location:
trunk/src/VBox/Frontends
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp

    r54591 r55180  
    197197            if (a->argc <= 1 + 1)
    198198            {
    199                 errorArgument("Missing argument to '%s'. Expected drag'n'drop mode.", a->argv[1]);
     199                errorArgument("Missing argument to '%s'. Expected drag and drop mode.", a->argv[1]);
    200200                rc = E_FAIL;
    201201                break;
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r54911 r55180  
    16181618    }
    16191619
    1620     /* Drag'n'drop */
     1620    /* Drag and drop */
    16211621    {
    16221622        const char *psz = "Unknown";
     
    16571657            RTPrintf("draganddrop=\"%s\"\n", psz);
    16581658        else
    1659             RTPrintf("Drag'n'drop Mode: %s\n", psz);
     1659            RTPrintf("Drag and drop Mode: %s\n", psz);
    16601660    }
    16611661
  • 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.

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