Skip to content

Commit

Permalink
git-gui i18n: mark "usage:" strings for translation
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
vascool authored and patthoyts committed Oct 3, 2016
1 parent eca9636 commit 43c65a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 43c65a8

Please sign in to comment.