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>

Vasco Almeida committed May 8, 2016 at 10:52 UTC 9360fc22eaa5e8db33f1806a8e23afb83369a2f5
1 file changed +1 -1
lib/error.tcl
+1 -1
@@ -77,7 +77,7 @@ proc hook_failed_popup {hook msg {is_fatal 1}} {
77 wm withdraw $w
78
79 ${NS}::frame $w.m
80 - ${NS}::label $w.m.l1 -text "$hook hook failed:" \
80 + ${NS}::label $w.m.l1 -text [mc "%s hook failed:" $hook] \
81 -anchor w \
82 -justify left \
83 -font font_uibold