Index: /trunk/src/VBox/Frontends/VirtualBox/src/UIMediumTypeChangeDialog.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/UIMediumTypeChangeDialog.cpp	(revision 37887)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/UIMediumTypeChangeDialog.cpp	(revision 37888)
@@ -63,5 +63,5 @@
     /* Create button-box: */
     m_pButtonBox = new QIDialogButtonBox(this);
-    m_pButtonBox->setStandardButtons(QDialogButtonBox::Ok|QDialogButtonBox::Cancel);
+    m_pButtonBox->setStandardButtons(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
     m_pButtonBox->button(QDialogButtonBox::Ok)->setDefault(true);
     connect(m_pButtonBox->button(QDialogButtonBox::Ok), SIGNAL(clicked()), this, SLOT(sltAccept()));
@@ -113,7 +113,9 @@
     /* Translate description: */
     m_pLabel->setText(tr("<p>You are about to change the medium type of the virtual disk located in %1.</p>"
-                         "<p>Please choose one of the following medium types and press <b>OK</b> button "
-                         "if you really want to proceed or <b>Cancel</b> button otherwise.</p>")
-                      .arg(m_medium.GetLocation()));
+                         "<p>Please choose one of the following medium types and press <b>%2</b> "
+                         "to proceed or <b>%3</b> otherwise.</p>")
+                      .arg(m_medium.GetLocation())
+                      .arg(VBoxGlobal::removeAccelMark(m_pButtonBox->button(QDialogButtonBox::Ok)->text()))
+                      .arg(VBoxGlobal::removeAccelMark(m_pButtonBox->button(QDialogButtonBox::Cancel)->text())));
 
     /* Translate group-box: */
