From: Vasco Almeida Date: Sun, 8 May 2016 10:52:56 +0000 (+0000) Subject: git-gui i18n: mark "usage:" strings for translation X-Git-Tag: gitgui-0.21.0~6^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43c65a85c4160fc18469ed0af9a41ee2f78b04f4;p=git git-gui i18n: mark "usage:" strings for translation Mark command-line "usage:" string for translation in git-gui.sh. Signed-off-by: Vasco Almeida Signed-off-by: Pat Thoyts --- diff --git a/git-gui.sh b/git-gui.sh index 5e3fb23300..f9b323abff 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -3029,7 +3029,7 @@ bind all <$M1B-Key-W> {destroy [winfo toplevel %W]} set subcommand_args {} proc usage {} { - set s "usage: $::argv0 $::subcommand $::subcommand_args" + set s "[mc usage:] $::argv0 $::subcommand $::subcommand_args" if {[tk windowingsystem] eq "win32"} { wm withdraw . tk_messageBox -icon info -message $s \ @@ -3161,7 +3161,7 @@ gui { # fall through to setup UI for commits } default { - set err "usage: $argv0 \[{blame|browser|citool}\]" + set err "[mc usage:] $argv0 \[{blame|browser|citool}\]" if {[tk windowingsystem] eq "win32"} { wm withdraw . tk_messageBox -icon error -message $err \