Changeset 55667 in vbox
- Timestamp:
- May 5, 2015 3:38:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r55547 r55667 2066 2066 error(0, MessageType_Error, 2067 2067 fConnect ? 2068 tr("Failed to connect network adapter cable of the virtual machine <b>%1</b>.").arg(strMachineName) :2069 tr("Failed to disconnect network adapter cable of the virtual machine <b>%1</b>.").arg(strMachineName),2068 tr("Failed to connect the network adapter cable of the virtual machine <b>%1</b>.").arg(strMachineName) : 2069 tr("Failed to disconnect the network adapter cable of the virtual machine <b>%1</b>.").arg(strMachineName), 2070 2070 formatErrorInfo(adapter)); 2071 2071 }
Note:
See TracChangeset
for help on using the changeset viewer.

