diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-12-08 23:52:13 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:26 +0100 |
commit | 5737ba841bd8e21e1cb5dc63e1fc5e09d31482bb (patch) | |
tree | 522daf155979ead48f2a039998fce7914b42152e /gnu/installer/newt | |
parent | 59e8f3c3accb51c9b7dc4e012f40b9235b317efc (diff) | |
download | patches-5737ba841bd8e21e1cb5dc63e1fc5e09d31482bb.tar patches-5737ba841bd8e21e1cb5dc63e1fc5e09d31482bb.tar.gz |
installer: Various renamings.
1. s/partitionment/partitioning/
2. s/crypted/encrypted/
* gnu/installer.scm (installer-steps): Apply renamings.
* gnu/installer/newt/partition.scm (run-disk-page): ditto,
* gnu/installer/parted.scm (auto-partition): ditto,
(luks-format-and-open): ditto,
(luks-close): ditto,
(user-partitions->configuration): ditto.
Diffstat (limited to 'gnu/installer/newt')
-rw-r--r-- | gnu/installer/newt/partition.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm index f4d1735dda..0bd84be8d9 100644 --- a/gnu/installer/newt/partition.scm +++ b/gnu/installer/newt/partition.scm @@ -636,7 +636,7 @@ partition, select a free space area and press ENTER. At least one partition must have its mounting point set to '/'.")) (guided-info-text (format #f (G_ "This is the proposed \ -partitionment. It is still possible to edit it or to go back to install menu \ +partitioning. It is still possible to edit it or to go back to install menu \ by pressing the Exit button.~%~%"))) (result (run-listbox-selection-page |