From 43c65a85c4160fc18469ed0af9a41ee2f78b04f4 Mon Sep 17 00:00:00 2001 From: Vasco Almeida Date: Sun, 8 May 2016 10:52:56 +0000 Subject: 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 --- git-gui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git-gui.sh') diff --git a/git-gui.sh b/git-gui.sh index 5e3fb2330..f9b323abf 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 \ -- cgit v1.2.1