Index: /trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts	(revision 54758)
+++ /trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts	(revision 54759)
@@ -16,9 +16,9 @@
     <name>UIEncryptionDataModel</name>
     <message numerus="yes">
-        <source>Used by the following %n hard-drive(s):&lt;br&gt;%1</source>
+        <source>Used by the following %n hard drive(s):&lt;br&gt;%1</source>
         <comment>This text is never used with n == 0. Feel free to drop the %n where possible, we only included it because of problems with Qt Linguist (but the user can see how many hard drives are in the tool-tip and doesn&apos;t need to be told).</comment>
         <translation type="unfinished">
-            <numerusform>Used by the following hard-drive:&lt;br&gt;%1</numerusform>
-            <numerusform>Used by the following hard-drives:&lt;br&gt;%1</numerusform>
+            <numerusform>Used by the following hard drive:&lt;br&gt;%1</numerusform>
+            <numerusform>Used by the following hard drives:&lt;br&gt;%1</numerusform>
         </translation>
     </message>
Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIAddDiskEncryptionPasswordDialog.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIAddDiskEncryptionPasswordDialog.cpp	(revision 54758)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIAddDiskEncryptionPasswordDialog.cpp	(revision 54759)
@@ -274,5 +274,5 @@
              * but be quiet, it's safe enough because the tool-tip being re-acquired every time on mouse-hovering. */
             const QStringList encryptedMediums = m_encryptedMediums.values(m_encryptionPasswords.keys().at(index.row()));
-            return tr("Used by the following %n hard-drive(s):<br>%1",
+            return tr("Used by the following %n hard drive(s):<br>%1",
                       "This text is never used with n == 0. "
                       "Feel free to drop the %n where possible, "
