summaryrefslogtreecommitdiff
path: root/git-gui/lib/branch_rename.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'git-gui/lib/branch_rename.tcl')
-rw-r--r--git-gui/lib/branch_rename.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/lib/branch_rename.tcl b/git-gui/lib/branch_rename.tcl
index 6e510ec..3a2d79a 100644
--- a/git-gui/lib/branch_rename.tcl
+++ b/git-gui/lib/branch_rename.tcl
@@ -12,7 +12,7 @@ constructor dialog {} {
make_dialog top w
wm withdraw $w
- wm title $top [append "[appname] ([reponame]): " [mc "Rename Branch"]]
+ wm title $top [mc "%s (%s): Rename Branch" [appname] [reponame]]
if {$top ne {.}} {
wm geometry $top "+[winfo rootx .]+[winfo rooty .]"
}