Changeset 54833 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 18, 2015 2:50:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIAddDiskEncryptionPasswordDialog.cpp
r54759 r54833 274 274 * but be quiet, it's safe enough because the tool-tip being re-acquired every time on mouse-hovering. */ 275 275 const QStringList encryptedMediums = m_encryptedMediums.values(m_encryptionPasswords.keys().at(index.row())); 276 return tr(" Used by the following %n hard drive(s):<br>%1",276 return tr("<nobr>Used by the following %n hard drive(s):</nobr><br>%1", 277 277 "This text is never used with n == 0. " 278 278 "Feel free to drop the %n where possible, "
Note:
See TracChangeset
for help on using the changeset viewer.