From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id kSj6NPIQn1/yNwAA0tVLHw (envelope-from ) for ; Sun, 01 Nov 2020 19:48:02 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id yLtVMPIQn19cDAAAB5/wlQ (envelope-from ) for ; Sun, 01 Nov 2020 19:48:02 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9E9109402DD for ; Sun, 1 Nov 2020 19:48:02 +0000 (UTC) Received: from localhost ([::1]:44522 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kZJKb-0001ov-KP for larch@yhetil.org; Sun, 01 Nov 2020 14:48:01 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47546) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZJKB-0001md-2b for guix-devel@gnu.org; Sun, 01 Nov 2020 14:47:35 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59895) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kZJKA-0004sR-MG; Sun, 01 Nov 2020 14:47:34 -0500 Received: from [2a01:e0a:19b:d9a0:1813:def9:2dcb:55f0] (port=40858 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kZJKA-0002oj-4r; Sun, 01 Nov 2020 14:47:34 -0500 From: Mathieu Othacehe To: Miguel =?utf-8?Q?=C3=81ngel?= Arruga Vivas Subject: Re: bug#43879: Problem with graphical installer References: <8b7e2678-d9b0-698b-7e91-2b6145b3de7f@disroot.org> <87blgynuqr.fsf@gmail.com> <363c246d-90b2-1a8d-9b7b-6092e0836cc9@disroot.org> <877dr64n5c.fsf@gmail.com> Date: Sun, 01 Nov 2020 20:47:32 +0100 In-Reply-To: <877dr64n5c.fsf@gmail.com> ("Miguel =?utf-8?Q?=C3=81ngel?= Arruga Vivas"'s message of "Sat, 31 Oct 2020 13:04:31 +0100") Message-ID: <87imaoluzv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org, Marinus Savoritias , 43879@debbugs.gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.51 X-TUID: qgbyECWhQ3/k Hello Miguel, > + ;; TRANSLATORS: The ~{ and ~} format specifiers are used to iterate the list > + ;; of device names of the user partitions that will be formatted. > + (run-confirmation-page (format #f (G_ "We are about to write the configured \ > +partition table to the disk and format the partitions listed below. All its \ > +data will be lost. Do you wish to continue?~%~{ - ~a~%~}") > + (map user-partition-file-name > + (filter user-partition-need-formatting? > + partitions))) "All its data will be lost" refers to the hard drive. Maybe we should say "Their data will be lost", referring to the partitions? Otherwise, looks nice. Thanks, Mathieu