aboutsummaryrefslogtreecommitdiff
path: root/git-gui.sh
diff options
context:
space:
mode:
authorPat Thoyts <patthoyts@users.sourceforge.net>2016-10-03 23:40:50 +0100
committerPat Thoyts <patthoyts@users.sourceforge.net>2016-10-03 23:40:50 +0100
commit52f2445d5c70a204f614fd83cf98a27359dff04c (patch)
tree56fdf799654d24e1fcdc49658e9db215d54d45ba /git-gui.sh
parent99ba48e397995a4b06a57f78e5611a29d239e5ea (diff)
parent9360fc22eaa5e8db33f1806a8e23afb83369a2f5 (diff)
downloadgit-52f2445d5c70a204f614fd83cf98a27359dff04c.tar.gz
git-52f2445d5c70a204f614fd83cf98a27359dff04c.tar.xz
Merge branch 'va/i18n_2' into pu
Diffstat (limited to 'git-gui.sh')
-rwxr-xr-xgit-gui.sh4
1 files changed, 2 insertions, 2 deletions
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 \