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
1 changed files with 1 additions and 1 deletions

View File

@ -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))