Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2006 10:23:13 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97243 for review
Message-ID:  <200605161023.k4GANDuT020376@repoman.freebsd.org>

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

Change 97243 by soc-andrew@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",



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