summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix/ui.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/ui.scm b/guix/ui.scm
index 1e24fe5dca..1ccc80a000 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -1164,7 +1164,7 @@ separator between subsequent columns."
                         names outputs)
                    (map (lambda (old new)
                           (if (string=? old new)
-                              (G_ "(dependencies changed)")
+                              (G_ "(dependencies or package changed)")
                               (string-append old " " → " " new)))
                         old-version new-version))
               #:initial-indent 3))