Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2006 10:42:37 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 98056 for review
Message-ID:  <200605291042.k4TAgbFM008548@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=98056

Change 98056 by soc-andrew@soc-andrew_serv on 2006/05/29 10:41:52

	Remove an unneeded print
	Fix a printf like string

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/install/250_partition_disk.lua#5 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/install/250_partition_disk.lua#5 (text+ko) ====

@@ -814,7 +814,6 @@
 		return let_user_edit_partitions(step, populate_one_big_partition)
 	end
 
-	print(type(App.state.sel_disk))
 	local response = App.ui:present{
 	    id = "partition_disk",
 	    name = _("Partition Disk?"),
@@ -828,7 +827,7 @@
 		"\n\n"								..
 		"If %s already has operating systems on it that you "	..
 		"wish to keep, you should be careful not to change the "	..
-		"partitions that they are on, if you choose to partition."	..
+		"partitions that they are on, if you choose to partition.",
 		App.state.sel_disk:get_name(),
 		App.state.sel_disk:get_name(),
 		App.state.sel_disk:get_name()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605291042.k4TAgbFM008548>