提交 9360fc22 编写于 作者: V Vasco Almeida 提交者: Pat Thoyts

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: NVasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: NPat Thoyts <patthoyts@users.sourceforge.net>
上级 a3d97afa
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册