Merge pull request #288 from CanonicalLtd/mwhudson/guided-wording

use better wording on guided screen
This commit is contained in:
Michael Hudson-Doyle 2018-02-22 13:53:50 +13:00 committed by GitHub
commit 23400b6bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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):