From owner-p4-projects@FreeBSD.ORG Tue May 16 10:23:29 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B9ACE16A556; Tue, 16 May 2006 10:23:29 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A83D16A534 for ; Tue, 16 May 2006 10:23:29 +0000 (UTC) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4451A43D45 for ; Tue, 16 May 2006 10:23:29 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GAND5x020379 for ; Tue, 16 May 2006 10:23:13 GMT (envelope-from soc-andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GANDuT020376 for perforce@freebsd.org; Tue, 16 May 2006 10:23:13 GMT (envelope-from soc-andrew@freebsd.org) Date: Tue, 16 May 2006 10:23:13 GMT Message-Id: <200605161023.k4GANDuT020376@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-andrew@freebsd.org using -f From: soc-andrew To: Perforce Change Reviews Cc: Subject: PERFORCE change 97243 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 10:23:30 -0000 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",