summaryrefslogtreecommitdiff
path: root/git-gui
diff options
context:
space:
mode:
authorLibravatar Shawn O. Pearce <spearce@spearce.org>2007-01-20 18:54:56 -0500
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2007-01-21 02:54:16 -0500
commit68cbfb13919132cb2ddc591a765f4f20f9294657 (patch)
tree68ec179a21661c6566a4218003920a95dba749e3 /git-gui
parentgit-gui: Corrected behavior of deleted (but existing in HEAD) files. (diff)
downloadtgif-68cbfb13919132cb2ddc591a765f4f20f9294657.tar.xz
git-gui: Correct wording of the revert confirmation dialog.
We no longer describe updating the index as including changes, as we now use the add notation used by core Git's command line tools. So its confusing to be talking about unincluded changes within the revert dialog. Instead we should used language like 'unadded changes'. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui')
-rwxr-xr-xgit-gui4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-gui b/git-gui
index 04fdb0c1e7..ade64dcd12 100755
--- a/git-gui
+++ b/git-gui
@@ -2429,9 +2429,9 @@ proc revert_helper {txt paths} {
set reply [tk_dialog \
.confirm_revert \
"$appname ($reponame)" \
- "Revert unincluded changes in $s?
+ "Revert changes in $s?
-Any unincluded changes will be permanently lost by the revert." \
+Any unadded changes will be permanently lost by the revert." \
question \
1 \
{Do Nothing} \