~ruther/guix-local

3bd9672c8579f27c4dab20c334d96c6fb747c1b8 — Ludovic Courtès 10 years ago d006e30
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)))))