summaryrefslogtreecommitdiff
path: root/lib/remote_branch_delete.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/remote_branch_delete.tcl')
-rw-r--r--lib/remote_branch_delete.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/remote_branch_delete.tcl b/lib/remote_branch_delete.tcl
index 06b5eabf91..c7b8148698 100644
--- a/lib/remote_branch_delete.tcl
+++ b/lib/remote_branch_delete.tcl
@@ -181,9 +181,9 @@ method _delete {} {
}
if {$not_merged ne {}} {
- set msg "The following branches are not completely merged into $check_head:
+ set msg [mc "The following branches are not completely merged into %s:
- - [join $not_merged "\n - "]"
+ - %s" $check_head [join $not_merged "\n - "]]
if {$need_fetch} {
append msg "\n\n" [mc "One or more of the merge tests failed because you have not fetched the necessary commits. Try fetching from %s first." $uri]