diff --git a/guix/scripts.scm b/guix/scripts.scm index 8c8c8ef9c9..d5c53dea1b 100644 --- a/guix/scripts.scm +++ b/guix/scripts.scm @@ -171,8 +171,8 @@ (define age (stat:mtime stat))))) (when (and age (>= age old)) - (warning (N_ "Your Guix installation is ~a days old.\n" - "Your Guix installation is ~a day old.\n" + (warning (N_ "Your Guix installation is ~a day old.\n" + "Your Guix installation is ~a days old.\n" (seconds->days age)) (seconds->days age))) (when (or (not age) (>= age old))