Changeset 2768 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 22, 2007 1:54:40 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21375
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r2764 r2768 1249 1249 "working properly.</p>" 1250 1250 "<p>Please update Guest Additions to a newer version by choosing " 1251 "<b> Devices</b> - <b>Install Guest Additions</b> from the"1252 "m ain menu.</p>")1251 "<b>Install Guest Additions</b> from the <b>Devices</b> " 1252 "menu.</p>") 1253 1253 .arg (aInstalledVer).arg (aExpectedVer), 1254 1254 "warnAboutTooOldAdditions"); … … 1265 1265 "guest dislpay auto-resize) may not work as expected.</p>" 1266 1266 "<p>It is recommended to update Guest Additions to a newer version by " 1267 "choosing <b> Devices</b> - <b>Install Guest Additions</b> from the"1268 "m ain menu.</p>")1267 "choosing <b>Install Guest Additions</b> from the <b>Devices</b> " 1268 "menu.</p>") 1269 1269 .arg (aInstalledVer).arg (aExpectedVer), 1270 1270 "warnAboutOldAdditions"); … … 1277 1277 message (aParent, VBoxProblemReporter::Error, 1278 1278 tr ("<p>VirtualBox Guest Additions installed in the Guest OS are " 1279 "too new: the installed version is %1, the expected version is %2.</p>" 1279 "too recent for this version of VirtualBox: the installed version " 1280 "is %1, the expected version is %2.</p>" 1280 1281 "<p>Using a newer version of Additions with an older version of " 1281 "VirtualBox is not supported. Please update Guest Additions to a suitable"1282 " version by choosing <b>Devices</b> -<b>Install Guest Additions</b> "1283 "from the mainmenu.</p>")1282 "VirtualBox is not supported. Please install the current version " 1283 "of Guest Additions by choosing <b>Install Guest Additions</b> " 1284 "from the <b>Devices</b> menu.</p>") 1284 1285 .arg (aInstalledVer).arg (aExpectedVer), 1285 1286 "warnAboutNewAdditions");
Note:
See TracChangeset
for help on using the changeset viewer.