From c7e74e291fb9ed9033988c8f16337c429936cb25 Mon Sep 17 00:00:00 2001 From: Michal Date: Sat, 27 Aug 2022 12:20:03 +0100 Subject: [PATCH] Updated pacdiff prompt wording Signed-off-by: Michal --- src/internal/detect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/detect.rs b/src/internal/detect.rs index 3ef5137..c6fc56f 100644 --- a/src/internal/detect.rs +++ b/src/internal/detect.rs @@ -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 {