diff options
Diffstat (limited to 'lib/remote_branch_delete.tcl')
-rw-r--r-- | lib/remote_branch_delete.tcl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/remote_branch_delete.tcl b/lib/remote_branch_delete.tcl index 89eb0f70f2..4e02fc0d39 100644 --- a/lib/remote_branch_delete.tcl +++ b/lib/remote_branch_delete.tcl @@ -213,9 +213,7 @@ method _delete {} { -type yesno \ -title [wm title $w] \ -parent $w \ - -message [mc "Recovering deleted branches is difficult. - -Delete the selected branches?"]] ne yes} { + -message [mc "Recovering deleted branches is difficult.\n\nDelete the selected branches?"]] ne yes} { return } |