summaryrefslogtreecommitdiff
path: root/gitk
diff options
context:
space:
mode:
authorLibravatar Christian Stimming <stimming@tuhh.de>2007-11-07 18:47:04 +0100
committerLibravatar Paul Mackerras <paulus@samba.org>2007-12-20 10:19:07 +1100
commiteadcac921805bc05f5029fc98f2484f52543af0d (patch)
tree852c4d9625edbe8bf74d7e3a37449f73c157f21e /gitk
parent[PATCH] gitk i18n: More markup -- various options menus (diff)
downloadtgif-eadcac921805bc05f5029fc98f2484f52543af0d.tar.xz
[PATCH] gitk i18n: Recode gitk from latin1 to utf8 so that the (c) copyright character is valid utf8.
When using translations, the target language must be encoded in utf-8 because almost all target languages will contain non-ascii characters. For that reason, the non-translated strings should be in utf-8 as well so that there isn't any encoding mixup inside the program. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'gitk')
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index b861f8d0e9..684e6141eb 100755
--- a/gitk
+++ b/gitk
@@ -1281,7 +1281,7 @@ proc about {} {
message $w.m -text [mc "
Gitk - a commit viewer for git
-Copyright © 2005-2006 Paul Mackerras
+Copyright © 2005-2006 Paul Mackerras
Use and redistribute under the terms of the GNU General Public License"] \
-justify center -aspect 400 -border 2 -bg white -relief groove