summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/index.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/index.tcl b/lib/index.tcl
index e38b647b71..3a9c8b776b 100644
--- a/lib/index.tcl
+++ b/lib/index.tcl
@@ -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]
}