Changeset 68461 in vbox for trunk/src/VBox
- Timestamp:
- Aug 18, 2017 11:17:57 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotDetailsWidget.cpp
r68394 r68461 559 559 { 560 560 /* Translate labels: */ 561 m_pEmptyWidgetLabel->setText( "<p>You have the <b>Current State</b> item selected.<br>"562 "Press <b>Take</b> button if you wish to take a new snapshot.</p>");561 m_pEmptyWidgetLabel->setText(tr("<p>You have the <b>Current State</b> item selected.<br>" 562 "Press the <b>Take</b> button if you wish to take a new snapshot.</p>")); 563 563 m_pTabWidget->setTabText(0, tr("&Attributes")); 564 564 m_pTabWidget->setTabText(1, tr("&Information"));
Note:
See TracChangeset
for help on using the changeset viewer.