Fix the title and text (and variable names) of the Discard Changes prompt

The title was saying "Unstage lines", which was just wrong. The text said
"Delete lines", which can be seen as a bit misleading; we are only discarding
the changes to the selected lines, not deleting the lines themselves.

For consistency, rename the config variable skipUnstageLineWarning accordingly.
This commit is contained in:
Stefan Haller 2023-04-17 17:32:10 +02:00
parent 6ecd691223
commit 51a558040d
10 changed files with 32 additions and 32 deletions

View file

@ -53,7 +53,7 @@ gui:
commitLength:
show: true
mouseEvents: true
skipUnstageLineWarning: false
skipDiscardChangeWarning: false
skipStashWarning: false
showFileTree: true # for rendering changes files in a tree format
showListFooter: true # for seeing the '5 of 20' message in list panels