diff options
author | ceros7 <ceros7@svn> | 2010-05-16 01:06:54 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-16 01:06:54 +0000 |
commit | 6c53f00eb097bbec244007603c09bf9508c0a5ad (patch) | |
tree | 051f5dcb9e1445e4fe7403e3654cfe1b1b1eb7fd /tools/Translator | |
parent | 8b32b2092cb53853b8cba565cde64ba2e923a07b (diff) |
Fix broken UTF-8 copyright symbol.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30204 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/Translator')
-rw-r--r-- | tools/Translator/Translator/AboutForm.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Translator/Translator/AboutForm.cs b/tools/Translator/Translator/AboutForm.cs index 94b13756d7..4bbca9558b 100644 --- a/tools/Translator/Translator/AboutForm.cs +++ b/tools/Translator/Translator/AboutForm.cs @@ -90,7 +90,7 @@ namespace TeamXBMC.Translator this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(208, 23); this.label2.TabIndex = 2; - this.label2.Text = "Copyright © 2006 Team XBMC"; + this.label2.Text = "Copyright © 2006 Team XBMC"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label2.UseMnemonic = false; // |