summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b007ee2)
raw | patch | inline | side by side (parent: b007ee2)
author | Christian Stimming <stimming@tuhh.de> | |
Wed, 7 Nov 2007 17:47:04 +0000 (18:47 +0100) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Wed, 19 Dec 2007 23:19:07 +0000 (10:19 +1100) |
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>
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>
gitk | patch | blob | history |
index b861f8d0e97021bb0187714285f0b97ca97709ad..684e6141ebb7c6363c7c1d279807144e8f961e4e 100755 (executable)
--- a/gitk
+++ b/gitk
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