Browse Source

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>
maint
Vasco Almeida 9 years ago committed by Pat Thoyts
parent
commit
9360fc22ea
  1. 2
      lib/error.tcl

2
lib/error.tcl

@ -77,7 +77,7 @@ proc hook_failed_popup {hook msg {is_fatal 1}} { @@ -77,7 +77,7 @@ proc hook_failed_popup {hook msg {is_fatal 1}} {
wm withdraw $w

${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 \
-justify left \
-font font_uibold

Loading…
Cancel
Save