summaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2026-07-05 16:36:50 +0200
committerJulien Lepiller <julien@lepiller.eu>2026-07-11 08:01:17 +0200
commit034ab58444532d16d6244eb42560af2be68df999 (patch)
tree6fff8c3ae9af740969d6e3593e278dd46e0ecc88 /gnu/installer
parent17c0a1d5532aee06fe182a385bbba6b65661e582 (diff)
installer: Add TRANSLATORS comment.
* gnu/installer/newt/partition.scm (run-partitioning-page): Add context for translators. Change-Id: I4b960520a704ae70269f78cd96f40fb8acc4ebef
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/newt/partition.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm
index eb99f9860fc..3196ca756eb 100644
--- a/gnu/installer/newt/partition.scm
+++ b/gnu/installer/newt/partition.scm
@@ -779,6 +779,8 @@ by pressing the Exit button.~%~%")))
779 `((entire-encrypted 779 `((entire-encrypted
780 . 780 .
781 ,(G_ "Guided - using the entire disk with encryption")))) 781 ,(G_ "Guided - using the entire disk with encryption"))))
782 ;; TRANSLATORS: This is an adjective about manually partitionning
783 ;; the disk, not a reference to the documentation manual
782 (manual . ,(G_ "Manual")))) 784 (manual . ,(G_ "Manual"))))
783 (result (run-listbox-selection-page 785 (result (run-listbox-selection-page
784 #:info-text (G_ "Please select a partitioning method.") 786 #:info-text (G_ "Please select a partitioning method.")