5078 Installation failure screen still says "Developer Preview 2"
authorDave Miner <dminer@opensolaris.org>
Fri, 14 Nov 2008 16:00:10 -0500
changeset 351 f238af16f174
parent 350 cbcc5f485007
child 352 2a3ea915d268
5078 Installation failure screen still says "Developer Preview 2"
usr/src/cmd/gui-install/src/failure-screen.c
--- a/usr/src/cmd/gui-install/src/failure-screen.c	Thu Nov 13 22:13:04 2008 -0700
+++ b/usr/src/cmd/gui-install/src/failure-screen.c	Fri Nov 14 16:00:10 2008 -0500
@@ -178,7 +178,7 @@
 	switch (InstallationProfile.installationtype) {
 		case INSTALLATION_TYPE_INITIAL_INSTALL:
 			labelstr = g_strdup_printf(labelmarkup,
-			    _("OpenSolaris Developer Preview 2 installation did not complete normally."));
+			    _("OpenSolaris installation did not complete normally."));
 			buttonstr = g_strdup_printf(buttonmarkup,
 			    _("OpenSolaris installation log"));
 			break;