VirtualBox

Changeset 94705 in vbox


Ignore:
Timestamp:
Apr 25, 2022 11:43:13 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151078
Message:

FE/Qt: bugref:7983. Fixing a small typo in message text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp

    r94671 r94705  
    43284328#ifdef VBOX_WITH_UPDATE_AGENT
    43294329    if (m_comUpdateHost.isOk())
    4330         return UINotificationProgress::tr("Checking for new version of %s ...", m_comUpdateHost.GetName().toLocal8Bit().data());
     4330        return UINotificationProgress::tr("Checking for new version of %1 ...").arg(m_comUpdateHost.GetName().toLocal8Bit().data());
    43314331#endif /* VBOX_WITH_UPDATE_AGENT */
    43324332    return UINotificationProgress::tr("Checking for new version ...");
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