Changeset 85459 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 24, 2020 6:11:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r85457 r85459 190 190 void UIAcquirePublicKeyDialog::retranslateUi() 191 191 { 192 setWindowTitle(tr("Provide a public key")); 192 setWindowTitle(tr("Public key")); 193 m_pTextEditor->setPlaceholderText(tr("Paste public key")); 194 m_pButtonBox->button(QDialogButtonBox::Open)->setText(tr("Browse")); 193 195 } 194 196
Note:
See TracChangeset
for help on using the changeset viewer.