ui: Clarify "dependencies changed".

Suggested by Leo Famulari <leo@famulari.name>.

* guix/ui.scm (show-manifest-transaction): Change to "dependencies or
package changed".
This commit is contained in:
Ludovic Courtès 2020-04-02 09:47:58 +02:00
parent 12d0bd26ac
commit 5c83dd1d64
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1164,7 +1164,7 @@ (define (upgrade-string names old-version new-version outputs)
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))