diff --git a/guix/ui.scm b/guix/ui.scm index 3b1887ccbf..f95c63a81b 100644 --- a/guix/ui.scm +++ b/guix/ui.scm @@ -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)))))