diff options
| author | Vasco Almeida <vascomalmeida@sapo.pt> | 2016-05-08 10:52:55 +0000 |
|---|---|---|
| committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2016-10-03 23:39:56 +0100 |
| commit | eca963683c13e0fea80da57f15489bb7204b0b62 (patch) | |
| tree | 0f048d91eda9b88a409f5a6d2d379d5141c54e39 /lib/branch_delete.tcl | |
| parent | 99ba48e397995a4b06a57f78e5611a29d239e5ea (diff) | |
| download | git-eca963683c13e0fea80da57f15489bb7204b0b62.tar.xz | |
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 <vascomalmeida@sapo.pt>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to 'lib/branch_delete.tcl')
| -rw-r--r-- | lib/branch_delete.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/branch_delete.tcl b/lib/branch_delete.tcl index 867938ec6a..9aef0c931b 100644 --- a/lib/branch_delete.tcl +++ b/lib/branch_delete.tcl @@ -128,7 +128,7 @@ method _delete {} { set b [lindex $i 0] set o [lindex $i 1] if {[catch {git branch -D $b} err]} { - append failed " - $b: $err\n" + append failed [mc " - %s:" $b] " $err\n" } } |
