VirtualBox

Ignore:
Timestamp:
Feb 2, 2012 6:22:00 AM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: Network Access Manager: Better NLS.

File:
1 edited

Legend:

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

    r39932 r39950  
    19351935bool UIMessageCenter::askAboutCancelAllNetworkRequest(QWidget *pParent)
    19361936{
    1937     return messageOkCancel(pParent, Question, tr("Do you wish to cancel all current network requests?"));
     1937    return messageOkCancel(pParent, Question, tr("Do you wish to cancel all current network operations?"));
    19381938}
    19391939
    19401940bool UIMessageCenter::askAboutCancelOrLeaveAllNetworkRequest(QWidget *pParent)
    19411941{
    1942     return messageYesNo(pParent, Question, tr("Do you wish to cancel all current network requests or leave them at the background?"),
    1943                         0 /* auto-confirm id */, tr("Cancel All"), tr("Leave At Background"));
     1942    return messageYesNo(pParent, Question, tr("Do you wish to cancel all current network operations or leave them running in the background?"),
     1943                        0 /* auto-confirm id */, tr("Cancel All"), tr("Leave in Background"));
    19441944}
    19451945
Note: See TracChangeset for help on using the changeset viewer.

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