VirtualBox

Ignore:
Timestamp:
Nov 9, 2007 4:48:52 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: Wording.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h

    r5648 r5656  
    8989    void cannotOpenLicenseFile (QWidget *aParent, const QString &aPath);
    9090#endif
    91 
    92     bool confirmVMReset (QWidget *aParent);
    9391
    9492    void cannotOpenURL (const QString &aURL);
     
    235233                                    const QString &aLogFolder);
    236234
     235    bool confirmVMReset (QWidget *aParent);
     236
    237237    int remindAboutUnsetHD (QWidget *aParent);
    238238
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp

    r5649 r5656  
    471471#endif
    472472
    473 bool VBoxProblemReporter::confirmVMReset (QWidget *aParent)
    474 {
    475     return messageYesNo (aParent, Question,
    476         tr ("<p>Do you really want to reset the VM?</p>"), QString::null,
    477         "confirmVMReset" /* autoConfirmId */);
    478 }
    479 
    480473void VBoxProblemReporter::cannotOpenURL (const QString &aURL)
    481474{
     
    17051698}
    17061699
     1700/**
     1701 *  Returns @c true if the user has selected to reset the machine.
     1702 */
     1703bool VBoxProblemReporter::confirmVMReset (QWidget *aParent)
     1704{
     1705    return messageYesNo (aParent, Question,
     1706        tr ("<p>Do you really want to reset the virtual machine?</p>"
     1707            "<p>When the machine is reset, unsaved data of all applications "
     1708            "running inside it will be lost.</p>"),
     1709        "confirmVMReset" /* autoConfirmId */);
     1710}
     1711
    17071712int VBoxProblemReporter::remindAboutUnsetHD (QWidget *aParent)
    17081713{
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui

    r5654 r5656  
    23042304                        </property>
    23052305                        <property name="text">
    2306                             <string>Enable USB &amp;EHCI Controller</string>
     2306                            <string>Enable USB E&amp;HCI Controller</string>
    23072307                        </property>
    23082308                        <property name="whatsThis" stdset="0">
    2309                             <string>When checked, enables the virtual USB EHCI controller of this machine providing USB2.0 support.</string>
     2309                            <string>When checked, enables the virtual USB EHCI controller of this machine. The USB ECHI controller provides USB 2.0 support.</string>
    23102310                        </property>
    23112311                    </widget>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette