VirtualBox

Ignore:
Timestamp:
Nov 17, 2010 8:30:23 AM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: Delete VM problem-reporter spelling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp

    r34095 r34132  
    11121112        }
    11131113        const QString strBase = tr("<p>You are about to remove the virtual machine <b>%1</b> from the machine list.</p>"
    1114                                    "<p>Would you like to remove it from your hard disk as well?</p>")
     1114                                   "<p>Would you like to delete the files containing the virtual machine from your hard disk as well?</p>")
    11151115                                   .arg(machine.GetName());
    11161116        const QString strExtd = tr("<p>You are about to remove the virtual machine <b>%1</b> from the machine list.</p>"
    1117                                    "<p>Would you like to remove it from your hard disk as well? "
    1118                                    "Doing this will also remove the files containing the machine's virtual hard disks.</p>")
     1117                                   "<p>Would you like to delete the files containing the virtual machine from your hard disk as well? "
     1118                                   "Doing this will also remove the files containing the machine's virtual hard disks "
     1119                                   "if they are not in use by another machine.</p>")
    11191120                                   .arg(machine.GetName());
    11201121        return message(&vboxGlobal().selectorWnd(),
     
    11241125                       QIMessageBox::Yes,
    11251126                       QIMessageBox::No,
    1126                        QIMessageBox::Cancel | QIMessageBox::Escape | QIMessageBox::Default);
     1127                       QIMessageBox::Cancel | QIMessageBox::Escape | QIMessageBox::Default,
     1128                       tr("Delete all files"),
     1129                       tr("Remove only"));
    11271130    }
    11281131    else
     
    11391142                       0, /* auto-confirm id */
    11401143                       QIMessageBox::Ok,
    1141                        QIMessageBox::Cancel | QIMessageBox::Escape | QIMessageBox::Default);
     1144                       QIMessageBox::Cancel | QIMessageBox::Escape | QIMessageBox::Default,
     1145                       0,
     1146                       tr("Remove"));
    11421147    }
    11431148}
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