VirtualBox

Changeset 8118 in vbox


Ignore:
Timestamp:
Apr 17, 2008 5:32:44 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29820
Message:

FE/Qt: Hard Diisk UI: Spelling.

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

Legend:

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

    r8071 r8118  
    192192    bool confirmHardDiskUnregister (QWidget *parent, const QString &src);
    193193
    194     int confirmSATASlotsRemoving (QWidget *aParent);
     194    int confirmDetachSATASlots (QWidget *aParent);
    195195
    196196    void cannotCreateHardDiskImage (
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp

    r8071 r8118  
    10551055}
    10561056
    1057 int VBoxProblemReporter::confirmSATASlotsRemoving (QWidget *aParent)
     1057int VBoxProblemReporter::confirmDetachSATASlots (QWidget *aParent)
    10581058{
    10591059    return messageOkCancel (aParent, Question,
    1060         tr ("<p>Currently you have SATA devices attached in Hard Disk "
    1061             "attachments list. If you really want to disable SATA Controller, "
    1062             "SATA attachments will be removed.</p><p>Are you really want to "
    1063             "disable the SATA Controller?</p>"),
    1064         0 /* aAutoConfirmId */);
     1060        tr ("<p>There are hard disks attached to SATA ports of this virtual "
     1061            "machine. If you disable the SATA controller, all these hard disks "
     1062            "will be automatically detached.</p>"
     1063            "<p>Are you sure that you want to "
     1064            "disable the SATA controller?</p>"),
     1065        0 /* aAutoConfirmId */,
     1066        tr ("Disable", "hard disk"));
    10651067}
    10661068
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui

    r8117 r8118  
    6161                    </property>
    6262                    <property name="whatsThis" stdset="0">
    63                         <string>Flag whether the SATA controller is present in the
    64 guest system. If disabled, the virtual guest hardware will
    65 not contain any SATA controller.</string>
     63                        <string>
     64                          &lt;qt&gt;When checked, enables the virtual SATA
     65                          controller of this machine. Note that you cannot
     66                          attach hard disks to SATA ports when the virtual SATA
     67                          controller is disabled.&lt;/qt&gt;
     68                        </string>
    6669                    </property>
    6770                </widget>
     
    110113                            </property>
    111114                            <property name="whatsThis" stdset="0">
    112                                 <string>Hard Disks Attachments list displays all the assigned hard disk attachments used for this VM. Use mouse double-click or F2/Space key on the selected item to popup selection-list and choose the desired value.</string>
     115                                <string>
     116                                  &lt;qt&gt;Lists all hard disks attached to
     117                                  this machine. Use a mouse double-click or the
     118                                  &lt;tt&gt;F2&lt;/tt&gt;/&lt;tt&gt;Space&lt;/tt&gt;
     119                                  key on the highlighted item to activate the
     120                                  drop-down list and choose the desired value.
     121                                  Use buttons to the right to add or remove hard
     122                                  disk attachments.&lt;/qt&gt;
     123                                </string>
    113124                            </property>
    114125                        </widget>
     
    144155                                    </property>
    145156                                    <property name="whatsThis" stdset="0">
    146                                         <string>Add new hard disk attachment into attachments list.</string>
     157                                        <string>
     158                                          &lt;qt&gt; Adds a new hard disk
     159                                          attachment.&lt;/qt&gt;
     160                                        </string>
    147161                                    </property>
    148162                                </widget>
     
    167181                                    </property>
    168182                                    <property name="whatsThis" stdset="0">
    169                                         <string>Remove selected hard disk attachment from attachments list.</string>
     183                                        <string>
     184                                          &lt;qt&gt;Removes the highlighted hard
     185                                          disk attachment.&lt;/qt&gt;
     186                                        </string>
    170187                                    </property>
    171188                                </widget>
     
    190207                                    </property>
    191208                                    <property name="whatsThis" stdset="0">
    192                                         <string>Invokes the Virtual Disk Manager to select a VDI image to attach.</string>
     209                                        <string>
     210                                          &lt;qt&gt; Invokes the Virtual Disk
     211                                          Manager to select a hard disk to
     212                                          attach to the currently highlighted
     213                                          slot.&lt;/qt&gt;
     214                                        </string>
    193215                                    </property>
    194216                                </widget>
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui.h

    r8117 r8118  
    611611        if (idList.contains (id))
    612612        {
    613             result = tr ("%1 uses disk image already assigned to %2")
     613            result = tr ("<i>%1</i> uses the hard disk that is already "
     614                         "attached to <i>%2</i>")
    614615                .arg (item->text (0)).arg (slList [idList.findIndex (id)]);
    615616            break;
     
    707708        if (sataItem)
    708709        {
    709             int rc = vboxProblem().confirmSATASlotsRemoving (this);
     710            int rc = vboxProblem().confirmDetachSATASlots (this);
    710711            if (rc != QIMessageBox::Ok)
    711712            {
Note: See TracChangeset for help on using the changeset viewer.

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