Updated pacdiff prompt wording

Signed-off-by: Michal <michal@tar.black>
i18n
Michal 2 years ago committed by GitHub
parent f49998706a
commit c7e74e291f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ pub fn detect() {
} else {
sp.stop_bold("It appears that at least one program you have installed / upgraded has installed a .pacnew config file. These are created when you have modified a program's configuration, and a package upgrade could not automatically merge the new file.");
let choice = prompt!(default false, "Would you like to run pacdiff to deal with this? You can always deal with this later by running `sudo pacdiff`");
let choice = prompt!(default false, "Would you like Amethyst to run pacdiff to deal with this? You can always deal with this later by running `sudo pacdiff`");
if choice {
let config = config::read();
if config.base.pacdiff_warn {

Loading…
Cancel
Save