diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2016-10-03 23:40:50 +0100 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2016-10-03 23:40:50 +0100 |
commit | 52f2445d5c70a204f614fd83cf98a27359dff04c (patch) | |
tree | 56fdf799654d24e1fcdc49658e9db215d54d45ba /lib/branch_create.tcl | |
parent | 99ba48e397995a4b06a57f78e5611a29d239e5ea (diff) | |
parent | 9360fc22eaa5e8db33f1806a8e23afb83369a2f5 (diff) | |
download | git-52f2445d5c70a204f614fd83cf98a27359dff04c.tar.gz git-52f2445d5c70a204f614fd83cf98a27359dff04c.tar.xz |
Merge branch 'va/i18n_2' into pu
Diffstat (limited to 'lib/branch_create.tcl')
-rw-r--r-- | lib/branch_create.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/branch_create.tcl b/lib/branch_create.tcl index 4bb907705..ba367d551 100644 --- a/lib/branch_create.tcl +++ b/lib/branch_create.tcl @@ -20,7 +20,7 @@ constructor dialog {} { make_dialog top w wm withdraw $w - wm title $top [append "[appname] ([reponame]): " [mc "Create Branch"]] + wm title $top [mc "%s (%s): Create Branch" [appname] [reponame]] if {$top ne {.}} { wm geometry $top "+[winfo rootx .]+[winfo rooty .]" } |