summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-04-17 17:32:10 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-06-26 08:15:35 +0200
commit51a558040d64c54e66609a708307008dae3ce7ec (patch)
tree50227c49e9ff0a536592ccb3741ca5d4a0dc4329 /docs
parent6ecd6912234633ee71cffbdc7770c26fa6810dd1 (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 5c14b2da9..bf5248413 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -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