summaryrefslogtreecommitdiffstats
path: root/library/bgerror.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-01-31 21:39:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-01-31 21:39:28 (GMT)
commit43f5e43d9f03dbaadba6d0376fbb16f6adee3468 (patch)
tree8aa5b79272869482b62e4956e8b392018ddb61bb /library/bgerror.tcl
parent339966aea87195faf678c05a06895a0a2f9c65af (diff)
downloadtk-43f5e43d9f03dbaadba6d0376fbb16f6adee3468.zip
tk-43f5e43d9f03dbaadba6d0376fbb16f6adee3468.tar.gz
tk-43f5e43d9f03dbaadba6d0376fbb16f6adee3468.tar.bz2
Finish i18n of bgerror [Bug 1409264]. No l10n of that specific message though; that
can wait for someone who really wants to use non-English to submit patches.
Diffstat (limited to 'library/bgerror.tcl')
-rw-r--r--library/bgerror.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/bgerror.tcl b/library/bgerror.tcl
index 05569c1..d926269 100644
--- a/library/bgerror.tcl
+++ b/library/bgerror.tcl
@@ -9,8 +9,8 @@
# Copyright (c) 1998-2000 by Ajuba Solutions.
# All rights reserved.
#
-# RCS: @(#) $Id: bgerror.tcl,v 1.30 2006/01/25 18:22:04 dgp Exp $
-# $Id: bgerror.tcl,v 1.30 2006/01/25 18:22:04 dgp Exp $
+# RCS: @(#) $Id: bgerror.tcl,v 1.31 2006/01/31 21:39:29 dkf Exp $
+# $Id: bgerror.tcl,v 1.31 2006/01/31 21:39:29 dkf Exp $
namespace eval ::tk::dialog::error {
namespace import -force ::tk::msgcat::*
@@ -124,7 +124,7 @@ proc ::tk::dialog::error::bgerror err {
set w .bgerrorDialog
set title [mc "Application Error"]
- set text "Error: $displayedErr"
+ set text [mc "Error: %1\$s" $displayedErr]
set buttons [list ok $ok dismiss [mc "Skip Messages"] \
function [mc "Details >>"]]