| 674 | | mDiscardSnapshotAction->setText ("&Discard Snapshot"); |
|---|
| 675 | | mTakeSnapshotAction->setText ("Take &Snapshot"); |
|---|
| 676 | | mRevertToCurSnapAction->setText ("&Revert to Current Snapshot"); |
|---|
| 677 | | mDiscardCurSnapAndStateAction->setText ("D&iscard Current Snapshot and State"); |
|---|
| 678 | | mShowSnapshotDetailsAction->setText ("S&how Details"); |
|---|
| 679 | | |
|---|
| 680 | | mDiscardSnapshotAction->setStatusTip ("Discard the selected snapshot of the virtual machine"); |
|---|
| 681 | | mTakeSnapshotAction->setStatusTip ("Take a snapshot of the current virtual machine state"); |
|---|
| 682 | | mRevertToCurSnapAction->setStatusTip ("Restore the virtual machine state from the state stored in the current snapshot"); |
|---|
| 683 | | mDiscardCurSnapAndStateAction->setStatusTip ("Discard the current snapshot and revert the machine to the state it had before the snapshot was taken"); |
|---|
| 684 | | mShowSnapshotDetailsAction->setStatusTip ("Show details of the selected snapshot"); |
|---|
| | 674 | mDiscardSnapshotAction->setText (tr ("&Discard Snapshot")); |
|---|
| | 675 | mTakeSnapshotAction->setText (tr ("Take &Snapshot")); |
|---|
| | 676 | mRevertToCurSnapAction->setText (tr ("&Revert to Current Snapshot")); |
|---|
| | 677 | mDiscardCurSnapAndStateAction->setText (tr ("D&iscard Current Snapshot and State")); |
|---|
| | 678 | mShowSnapshotDetailsAction->setText (tr ("S&how Details")); |
|---|
| | 679 | |
|---|
| | 680 | mDiscardSnapshotAction->setStatusTip (tr ("Discard the selected snapshot of the virtual machine")); |
|---|
| | 681 | mTakeSnapshotAction->setStatusTip (tr ("Take a snapshot of the current virtual machine state")); |
|---|
| | 682 | mRevertToCurSnapAction->setStatusTip (tr ("Restore the virtual machine state from the state stored in the current snapshot")); |
|---|
| | 683 | mDiscardCurSnapAndStateAction->setStatusTip (tr ("Discard the current snapshot and revert the machine to the state it had before the snapshot was taken")); |
|---|
| | 684 | mShowSnapshotDetailsAction->setStatusTip (tr ("Show details of the selected snapshot")); |
|---|