VirtualBox

Changeset 81401 in vbox


Ignore:
Timestamp:
Oct 21, 2019 12:21:41 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134115
Message:

FE/Qt: Adjust the runtime warning text as it suggested I just 'may run into' an error that I had actually just run into, which is certifiable. I get that the message wants to convey that it's a potentially reoccuring problem, but be a little more direct.

File:
1 edited

Legend:

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

    r80215 r81401  
    21682168    else
    21692169    {
     2170        /** @todo r=bird: This is a very annoying message as it refers to invisible text
     2171         * below.  User have to expand "Details" to see what actually went wrong.
     2172         * Probably a good idea to check strErrorId and see if we can come up with better
     2173         * messages here, at least for common stuff like DvdOrFloppyImageInaccesssible... */
    21702174        error(0, enmType,
    2171               tr("<p>The virtual machine execution may run into an error condition as described below. "
    2172                  "We suggest that you take an appropriate action to avert the error.</p>"),
     2175              tr("<p>The virtual machine execution ran into a non-fatal problem as described below. "
     2176                 "We suggest that you take appropriate action to prevent the problem from recurring.</p>"),
    21732177              formatted, autoConfimId.data());
    21742178    }
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