PERFORCE change 98056 for review

soc-andrew soc-andrew at FreeBSD.org
Mon May 29 03:43:50 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=98056

Change 98056 by soc-andrew at 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()


More information about the p4-projects mailing list