Skip to content

Commit 43c65a8

Browse files
vascoolpatthoyts
authored andcommitted
git-gui i18n: mark "usage:" strings for translation
Mark command-line "usage:" string for translation in git-gui.sh. Signed-off-by: Vasco Almeida <[email protected]> Signed-off-by: Pat Thoyts <[email protected]>
1 parent eca9636 commit 43c65a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-gui.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3029,7 +3029,7 @@ bind all <$M1B-Key-W> {destroy [winfo toplevel %W]}
30293029
30303030
set subcommand_args {}
30313031
proc usage {} {
3032-
set s "usage: $::argv0 $::subcommand $::subcommand_args"
3032+
set s "[mc usage:] $::argv0 $::subcommand $::subcommand_args"
30333033
if {[tk windowingsystem] eq "win32"} {
30343034
wm withdraw .
30353035
tk_messageBox -icon info -message $s \
@@ -3161,7 +3161,7 @@ gui {
31613161
# fall through to setup UI for commits
31623162
}
31633163
default {
3164-
set err "usage: $argv0 \[{blame|browser|citool}\]"
3164+
set err "[mc usage:] $argv0 \[{blame|browser|citool}\]"
31653165
if {[tk windowingsystem] eq "win32"} {
31663166
wm withdraw .
31673167
tk_messageBox -icon error -message $err \

0 commit comments

Comments
 (0)