1
0
mirror of https://github.com/git/git.git synced 2024-10-22 17:09:18 +02:00

git-gui: fix unintended line break in message string

Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
This commit is contained in:
Bert Wesarg 2011-10-14 21:25:19 +02:00 committed by Pat Thoyts
parent a8ca786991
commit b020bbd5a0

@ -367,8 +367,7 @@ proc do_add_all {} {
}
}
if {[llength $unknown_paths]} {
set reply [ask_popup [mc "There are unknown files do you also want
to stage those?"]]
set reply [ask_popup [mc "There are unknown files do you also want to stage those?"]]
if {$reply} {
set paths [concat $paths $unknown_paths]
}