PERFORCE change 97243 for review

soc-andrew soc-andrew at FreeBSD.org
Tue May 16 10:23:30 UTC 2006


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

Change 97243 by soc-andrew at soc-andrew_serv on 2006/05/16 10:22:39

	Raname Ports tree to Ports collection

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/inst/435_ports.lua#2 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/inst/435_ports.lua#2 (text+ko) ====

@@ -1,5 +1,5 @@
 --
--- Copyright (c)2005 Andrew Turner.  All rights reserved.
+-- Copyright (c)2005, 2006 Andrew Turner.  All rights reserved.
 --
 -- Redistribution and use in source and binary forms, with or without
 -- modification, are permitted provided that the following conditions
@@ -33,13 +33,13 @@
 
 return {
     id = "ports",
-    name = _("Install the Ports tree?"),
+    name = _("Install the Ports collection?"),
     req_state = { "source", "sel_pkgs" },
     effect = function(step)
 	local response = App.ui:present({
 		id = "install_ports",
-		name = _("Install Ports tree"),
-		short_desc = _("Do you want to install the Ports tree?"),
+		name = _("Install Ports collection"),
+		short_desc = _("Do you want to install the Ports collection?"),
 		actions = {
 			{
 			    id = "yes",


More information about the p4-projects mailing list