Skip to content

Commit 9360fc2

Browse files
vascoolpatthoyts
authored andcommitted
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 <[email protected]> Signed-off-by: Pat Thoyts <[email protected]>
1 parent a3d97af commit 9360fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/error.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ proc hook_failed_popup {hook msg {is_fatal 1}} {
7777
wm withdraw $w
7878

7979
${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] \
8181
-anchor w \
8282
-justify left \
8383
-font font_uibold

0 commit comments

Comments
 (0)