From eca963683c13e0fea80da57f15489bb7204b0b62 Mon Sep 17 00:00:00 2001 From: Vasco Almeida Date: Sun, 8 May 2016 10:52:55 +0000 Subject: git-gui i18n: internationalize use of colon punctuation Internationalize use of colon punctuation ':' in options window, windows titles, database statistics window. Some languages might use a different style, for instance French uses "User Name :" (space before colon). Signed-off-by: Vasco Almeida Signed-off-by: Pat Thoyts --- lib/database.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/database.tcl') diff --git a/lib/database.tcl b/lib/database.tcl index 1f187ed286..8bd4b8e2f8 100644 --- a/lib/database.tcl +++ b/lib/database.tcl @@ -54,7 +54,7 @@ proc do_stats {} { set value "$value[lindex $s 2]" } - ${NS}::label $w.stat.l_$name -text "$label:" -anchor w + ${NS}::label $w.stat.l_$name -text [mc "%s:" $label] -anchor w ${NS}::label $w.stat.v_$name -text $value -anchor w grid $w.stat.l_$name $w.stat.v_$name -sticky we -padx {0 5} } -- cgit v1.3