Code

git-gui: Correct wording of the revert confirmation dialog.
authorShawn O. Pearce <spearce@spearce.org>
Sat, 20 Jan 2007 23:54:56 +0000 (18:54 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:16 +0000 (02:54 -0500)
commit68cbfb13919132cb2ddc591a765f4f20f9294657
tree68ec179a21661c6566a4218003920a95dba749e3
parent6b0f3f46293e2f718054e9947e209c0344721a69
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>
git-gui