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>
This commit is contained in:
Shawn O. Pearce 2007-01-20 18:54:56 -05:00
parent 6b0f3f4629
commit 68cbfb1391

View File

@ -2429,9 +2429,9 @@ proc revert_helper {txt paths} {
set reply [tk_dialog \ set reply [tk_dialog \
.confirm_revert \ .confirm_revert \
"$appname ($reponame)" \ "$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 \ question \
1 \ 1 \
{Do Nothing} \ {Do Nothing} \