summaryrefslogtreecommitdiff
path: root/po/it.po
diff options
context:
space:
mode:
authorLibravatar Pat Thoyts <patthoyts@users.sourceforge.net>2010-03-12 18:31:49 +0000
committerLibravatar Paul Mackerras <paulus@samba.org>2010-03-20 20:53:21 +1100
commite7d516b67b02cfc4c18408d2d39118c61345bf6d (patch)
tree561f21eb438a6a5a6c8fc1467c9e4359d99210c0 /po/it.po
parentgitk: Add emacs editor variable block (diff)
downloadtgif-e7d516b67b02cfc4c18408d2d39118c61345bf6d.tar.xz
gitk: Fix display of copyright symbol
The script file uses utf-8 encoding but when sourced it will be read using the default system encoding which is never utf8 on windows. This causes the copyright symbol to display incorrectly in the about dialog. Using the unicode escape sequence avoids incorrect decoding but does require a double escape in the .po files. Also adjusted the year range. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'po/it.po')
-rw-r--r--po/it.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/it.po b/po/it.po
index 4818652309..a730d63a42 100644
--- a/po/it.po
+++ b/po/it.po
@@ -334,14 +334,14 @@ msgid ""
"\n"
"Gitk - a commit viewer for git\n"
"\n"
-"Copyright © 2005-2009 Paul Mackerras\n"
+"Copyright \\u00a9 2005-2010 Paul Mackerras\n"
"\n"
"Use and redistribute under the terms of the GNU General Public License"
msgstr ""
"\n"
"Gitk - un visualizzatore di revisioni per git\n"
"\n"
-"Copyright © 2005-2009 Paul Mackerras\n"
+"Copyright \\u00a9 2005-2010 Paul Mackerras\n"
"\n"
"Utilizzo e redistribuzione permessi sotto i termini della GNU General Public "
"License"