Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ls/git-open-cloexec'
[gitweb.git]
/
git-gui
/
lib
/
branch_rename.tcl
diff --git
a/git-gui/lib/branch_rename.tcl
b/git-gui/lib/branch_rename.tcl
index 6e510ec2e39305e6d89de61ab2c925bcbc821a65..3a2d79a9cc3a1ade90db21721f75266d797c26f0 100644
(file)
--- 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 .]"
}