Changeset 95724 in vbox
- Timestamp:
- Jul 19, 2022 12:06:26 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152425
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsView.cpp
r95520 r95724 151 151 { 152 152 /* Translate this: */ 153 setWhatsThis(tr("Contains a list of Virtual Machine details "));153 setWhatsThis(tr("Contains a list of Virtual Machine details.")); 154 154 } 155 155 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.cpp
r95477 r95724 164 164 { 165 165 /* Translate this: */ 166 #if 0 /* we will leave that for accessibility needs. */ 167 setToolTip(tr("Contains a list of VirtualBox tools")); 168 #endif /* to be integrated to accessibility interface. */ 166 setWhatsThis(tr("Contains a list of VirtualBox tools.")); 169 167 } 170 168
Note:
See TracChangeset
for help on using the changeset viewer.