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:
@ -367,8 +367,7 @@ proc do_add_all {} {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if {[llength $unknown_paths]} {
|
if {[llength $unknown_paths]} {
|
||||||
set reply [ask_popup [mc "There are unknown files do you also want
|
set reply [ask_popup [mc "There are unknown files do you also want to stage those?"]]
|
||||||
to stage those?"]]
|
|
||||||
if {$reply} {
|
if {$reply} {
|
||||||
set paths [concat $paths $unknown_paths]
|
set paths [concat $paths $unknown_paths]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user