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:
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]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user