ui: Clarify "dependencies changed".
Suggested by Leo Famulari <leo@famulari.name>. * guix/ui.scm (show-manifest-transaction): Change to "dependencies or package changed".master
parent
12d0bd26ac
commit
5c83dd1d64
|
@ -1164,7 +1164,7 @@ separator between subsequent columns."
|
||||||
names outputs)
|
names outputs)
|
||||||
(map (lambda (old new)
|
(map (lambda (old new)
|
||||||
(if (string=? old new)
|
(if (string=? old new)
|
||||||
(G_ "(dependencies changed)")
|
(G_ "(dependencies or package changed)")
|
||||||
(string-append old " " → " " new)))
|
(string-append old " " → " " new)))
|
||||||
old-version new-version))
|
old-version new-version))
|
||||||
#:initial-indent 3))
|
#:initial-indent 3))
|
||||||
|
|
Reference in New Issue