VirtualBox

Changeset 105824 in vbox


Ignore:
Timestamp:
Aug 22, 2024 5:08:08 PM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164538
Message:

FE/Qt: File-system model: A bit of NLS fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIFileSystemModel.cpp

    r103710 r105824  
    538538        {
    539539            if (item->data(UIFileSystemModelData_DescendantRemovedFromVISO).toBool())
    540                 return QString(QApplication::translate("UIVisoCreatorWidget", "Yes"));
     540                return QString(QApplication::translate("QIMessageBox", "Yes"));
    541541            else
    542                 return QString(QApplication::translate("UIVisoCreatorWidget", "No"));
     542                return QString(QApplication::translate("QIMessageBox", "No"));
    543543        }
    544544        return item->data(index.column());
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette