summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/index.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/index.tcl b/lib/index.tcl
index 45094c2672..8efbbdde21 100644
--- a/lib/index.tcl
+++ b/lib/index.tcl
@@ -377,7 +377,8 @@ proc do_add_all {} {
}
ask -
default {
- set reply [ask_popup [mc "Stage also untracked files?"]]
+ set reply [ask_popup [mc "Stage %d untracked files?" \
+ [llength $untracked_paths]]]
}
}
if {$reply} {