diff options
author | Vasco Almeida <vascomalmeida@sapo.pt> | 2016-05-08 10:52:58 +0000 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2016-10-03 23:40:23 +0100 |
commit | 9360fc22eaa5e8db33f1806a8e23afb83369a2f5 (patch) | |
tree | 56fdf799654d24e1fcdc49658e9db215d54d45ba /lib/error.tcl | |
parent | a3d97afaa8b4187d62496ccc9cf268e8bd47c5db (diff) | |
download | git-9360fc22eaa5e8db33f1806a8e23afb83369a2f5.tar.gz git-9360fc22eaa5e8db33f1806a8e23afb83369a2f5.tar.xz |
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>
Diffstat (limited to 'lib/error.tcl')
-rw-r--r-- | lib/error.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.tcl b/lib/error.tcl index 71dc8601d..8968a57f3 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 |