From: Vasco Almeida Date: Sun, 8 May 2016 10:52:58 +0000 (+0000) Subject: git-gui i18n: mark string in lib/error.tcl for translation X-Git-Tag: gitgui-0.21.0~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9360fc22eaa5e8db33f1806a8e23afb83369a2f5;p=thirdparty%2Fgit.git 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 Signed-off-by: Pat Thoyts --- diff --git a/lib/error.tcl b/lib/error.tcl index 71dc8601d1..8968a57f33 100644 --- a/lib/error.tcl +++ b/lib/error.tcl @@ -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