Changeset 39950 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
- Timestamp:
- Feb 2, 2012 6:22:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r39932 r39950 1935 1935 bool UIMessageCenter::askAboutCancelAllNetworkRequest(QWidget *pParent) 1936 1936 { 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?")); 1938 1938 } 1939 1939 1940 1940 bool UIMessageCenter::askAboutCancelOrLeaveAllNetworkRequest(QWidget *pParent) 1941 1941 { 1942 return messageYesNo(pParent, Question, tr("Do you wish to cancel all current network requests or leave them atthe background?"),1943 0 /* auto-confirm id */, tr("Cancel All"), tr("Leave AtBackground"));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")); 1944 1944 } 1945 1945
Note:
See TracChangeset
for help on using the changeset viewer.