Changeset 105800 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 21, 2024 10:16:37 PM (6 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIBootFailureDialog.cpp
r105782 r105800 244 244 bool fISOValid = checkISOImage(); 245 245 if (m_pBootImageSelector) 246 m_pBootImageSelector->mark(!fISOValid, tr("The path is invalid ."), tr("The path is valid."));246 m_pBootImageSelector->mark(!fISOValid, tr("The path is invalid"), tr("The path is valid")); 247 247 248 248 if (m_pResetButton) -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIUserNamePasswordEditor.cpp
r104631 r105800 228 228 bool fComplete = (m_pUserNameLineEdit && !m_pUserNameLineEdit->text().isEmpty()); 229 229 if (m_pUserNameLineEdit) 230 m_pUserNameLineEdit->mark(!fComplete, UIUserNamePasswordEditor::tr("Username cannot be an empty string ."),230 m_pUserNameLineEdit->mark(!fComplete, UIUserNamePasswordEditor::tr("Username cannot be an empty string"), 231 231 UIUserNamePasswordEditor::tr("Username is valid")); 232 232 return fComplete;
Note:
See TracChangeset
for help on using the changeset viewer.