summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpacman-diffs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-diffs b/pacman-diffs
index af240b7ba7ca..7ad4ef51073c 100755
--- a/pacman-diffs
+++ b/pacman-diffs
@@ -113,7 +113,7 @@ function make_diff()
done
if [[ $nothing -eq 1 ]]; then
# can remove etc/pacnew
- echo -e "-- ${c_yellow}you can erase this file${c_end} : sudo rm $file"
+ echo -e "-- ${c_yellow}${txt[erase]}${c_end} : sudo rm $file"
fi
}