mirror of
https://github.com/git/git.git
synced 2024-11-05 00:37:55 +01:00
git-gui i18n: mark string in lib/error.tcl for translation
Mark string "$hook hook failed:" in lib/error.tcl for translation. Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
This commit is contained in:
parent
a3d97afaa8
commit
9360fc22ea
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ proc hook_failed_popup {hook msg {is_fatal 1}} {
|
||||||
wm withdraw $w
|
wm withdraw $w
|
||||||
|
|
||||||
${NS}::frame $w.m
|
${NS}::frame $w.m
|
||||||
${NS}::label $w.m.l1 -text "$hook hook failed:" \
|
${NS}::label $w.m.l1 -text [mc "%s hook failed:" $hook] \
|
||||||
-anchor w \
|
-anchor w \
|
||||||
-justify left \
|
-justify left \
|
||||||
-font font_uibold
|
-font font_uibold
|
||||||
|
|
Loading…
Reference in a new issue