Changeset 105824 in vbox
- Timestamp:
- Aug 22, 2024 5:08:08 PM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164538
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIFileSystemModel.cpp
r103710 r105824 538 538 { 539 539 if (item->data(UIFileSystemModelData_DescendantRemovedFromVISO).toBool()) 540 return QString(QApplication::translate(" UIVisoCreatorWidget", "Yes"));540 return QString(QApplication::translate("QIMessageBox", "Yes")); 541 541 else 542 return QString(QApplication::translate(" UIVisoCreatorWidget", "No"));542 return QString(QApplication::translate("QIMessageBox", "No")); 543 543 } 544 544 return item->data(index.column());
Note:
See TracChangeset
for help on using the changeset viewer.