VirtualBox

Ignore:
Timestamp:
Sep 12, 2016 11:56:35 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110619
Message:

FE/Qt: bugref:6604: UIMessageCenter: Fixing missing question-marks in extension-pack dialogs.

File:
1 edited

Legend:

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

    r63765 r63795  
    22532253{
    22542254    return questionBinary(windowManager().networkManagerOrMainWindowShown(), MessageType_Question,
    2255                           tr("Do you want to delete the downloaded file <nobr><b>%1</b>.</nobr>")
     2255                          tr("Do you want to delete the downloaded file <nobr><b>%1</b></nobr>?")
    22562256                             .arg(strTo),
    22572257                          0 /* auto-confirm id */,
     
    22622262{
    22632263    return questionBinary(windowManager().networkManagerOrMainWindowShown(), MessageType_Question,
    2264                           tr("Do you want to delete following list of files. <nobr><b>%1</b>.</nobr>")
     2264                          tr("Do you want to delete following list of files <nobr><b>%1</b></nobr>?")
    22652265                             .arg(strFiles.join(",")),
    22662266                          0 /* auto-confirm id */,
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