Changeset 10772 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 21, 2008 11:16:15 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33533
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp
r10515 r10772 1549 1549 { 1550 1550 message (aParent, Info, 1551 tr ("<p> VirtualBox New Version Notifier"1552 " has found VirtualBox %1 version.</p>"1553 "<p>If you w ould like to download and install it"1554 "please proceed tothe following link:</p>"1551 tr ("<p>There is a new version of VirtualBox found on the " 1552 "VirtualBox web-site: <b>%1</b>.</p>" 1553 "<p>If you want to download and install this version " 1554 "please proceed with the following link:</p>" 1555 1555 "<p><a href=%2>%3</a></p>") 1556 1556 .arg (aVersion, aLink, aLink)); … … 1561 1561 { 1562 1562 message (aParent, Info, 1563 tr ("<p>Unable to obtain new version information "1564 "due to network error:</p><p><b>%1</b></p>")1563 tr ("<p>Unable to obtain the new version information " 1564 "due to the following network error:</p><p><b>%1</b></p>") 1565 1565 .arg (aReason)); 1566 1566 } … … 1570 1570 message (aParent, Info, 1571 1571 tr ("You have already installed the latest VirtualBox " 1572 "version , there is no newer version currently available."));1572 "version. Please repeat the version check later.")); 1573 1573 } 1574 1574 -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsUSB.cpp
r10728 r10772 260 260 "set to the values of the selected USB " 261 261 "device attached to the host PC.")); 262 mEdtAction->setWhatsThis (tr ("Edit the selectedfilter."));262 mEdtAction->setWhatsThis (tr ("Edits the selected USB filter.")); 263 263 mDelAction->setWhatsThis (tr ("Removes the selected USB filter.")); 264 264 mMupAction->setWhatsThis (tr ("Moves the selected USB filter up.")); -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGLSettingsGeneral.ui
r10659 r10772 43 43 <widget class="QLabel" name="mLbVdi" > 44 44 <property name="text" > 45 <string> &VDI files path:</string>45 <string>Default &Hard Disk Folder:</string> 46 46 </property> 47 47 <property name="alignment" > … … 59 59 <widget class="QLabel" name="mLbMach" > 60 60 <property name="text" > 61 <string> &Machines files path:</string>61 <string>Default &Machine Folder:</string> 62 62 </property> 63 63 <property name="alignment" >
Note:
See TracChangeset
for help on using the changeset viewer.