ui: Add comment on the translation of "current". * guix/ui.scm (display-generation): Add "TRANSLATORS" comment.
1 files changed, 3 insertions(+), 0 deletions(-) M guix/ui.scm
M guix/ui.scm => guix/ui.scm +3 -0
@@ 1048,6 1048,9 @@ DURATION-RELATION with the current time." "~b ~d ~Y ~T"))) (current (generation-number profile))) (if (= number current) ;; TRANSLATORS: The word "current" here is an adjective for ;; "Generation", as in "current generation". Use the appropriate ;; gender where applicable. (format #t (_ "~a\t(current)~%") header) (format #t "~a~%" header)))))