From 1d6119f00b3df4df48fa847ed288b491382a084a Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Tue, 20 Feb 2018 10:23:41 +1300 Subject: [PATCH] use better wording on guided screen --- subiquity/ui/views/filesystem/guided.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/subiquity/ui/views/filesystem/guided.py b/subiquity/ui/views/filesystem/guided.py index 2a23d467..211dad25 100644 --- a/subiquity/ui/views/filesystem/guided.py +++ b/subiquity/ui/views/filesystem/guided.py @@ -30,9 +30,11 @@ from subiquitycore.view import BaseView from subiquity.models.filesystem import humanize_size -text = _("""The installer can guide you through partitioning a disk or, if \ -you prefer, you can do it manually. If you choose guided partitioning you \ -will still have a chance to review and modify the results.""") +text = _("""The installer can guide you through partitioning an entire disk \ +or, if you prefer, you can do it manually. + +If you choose to partition an entire disk you will still have a chance to \ +review and modify the results.""") class GuidedFilesystemView(BaseView):