Merge pull request #239 from CanonicalLtd/mwhudson/fs-confirmation-wording

make it clear that selecting continue in the fs screen starts the installation
This commit is contained in:
Michael Hudson-Doyle 2017-09-18 23:14:05 +12:00 committed by GitHub
commit ac3e375868
1 changed files with 3 additions and 2 deletions

View File

@ -44,8 +44,9 @@ from subiquity.models.filesystem import humanize_size
log = logging.getLogger('subiquity.ui.filesystem.filesystem')
confirmation_text = """
Selecting Continue below will result of the loss of data on the disks selected to be formatted.
confirmation_text = """\
Selecting Continue below will begin the installation process and \
result in the loss of data on the disks selected to be formatted.
Are you sure you want to continue?
"""