diff options
Diffstat (limited to 'lib/remote_add.tcl')
-rw-r--r-- | lib/remote_add.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/remote_add.tcl b/lib/remote_add.tcl index 50029d0ce..480a6b30d 100644 --- a/lib/remote_add.tcl +++ b/lib/remote_add.tcl @@ -17,7 +17,7 @@ constructor dialog {} { make_dialog top w wm withdraw $top - wm title $top [append "[appname] ([reponame]): " [mc "Add Remote"]] + wm title $top [mc "%s (%s): Add Remote" [appname] [reponame]] if {$top ne {.}} { wm geometry $top "+[winfo rootx .]+[winfo rooty .]" } |