My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3d97af
)
git-gui i18n: mark string in lib/error.tcl for translation
author
Vasco Almeida
<vascomalmeida@sapo.pt>
Sun, 8 May 2016 10:52:58 +0000
(10:52 +0000)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Mon, 3 Oct 2016 22:40:23 +0000
(23:40 +0100)
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>
lib/error.tcl
patch
|
blob
|
history
diff --git
a/lib/error.tcl
b/lib/error.tcl
index
71dc860
..
8968a57
100644
(file)
--- 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