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_rename.tcl | |
parent | 99ba48e397995a4b06a57f78e5611a29d239e5ea (diff) | |
parent | 9360fc22eaa5e8db33f1806a8e23afb83369a2f5 (diff) |
Merge branch 'va/i18n_2' into pu
Diffstat (limited to 'lib/branch_rename.tcl')
-rw-r--r-- | lib/branch_rename.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/branch_rename.tcl b/lib/branch_rename.tcl index 6e510ec2e3..3a2d79a9cc 100644 --- a/lib/branch_rename.tcl +++ b/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 .]" } |