diff options
author | spiff <spiff@xbmc.org> | 2011-11-15 13:00:35 +0100 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2011-11-15 13:00:35 +0100 |
commit | f0e75fab887581d6324f02130d34fd19346b3a92 (patch) | |
tree | 4b1136e18c6cd546bc3ccb6bf141cad196f7d310 /language/English | |
parent | 7e3f5884da079020168a68cdfebdf1118f90668a (diff) |
fixed: xml comments needs two dashes
Diffstat (limited to 'language/English')
-rw-r--r-- | language/English/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/English/strings.xml b/language/English/strings.xml index a4321bc409..73405bf5f6 100644 --- a/language/English/strings.xml +++ b/language/English/strings.xml @@ -2386,7 +2386,7 @@ <string id="36013">Unsupported libcec interface version. %d is greater than the version XBMC supports (%d)</string> <string id="36014">Put this PC in standby mode when the TV is switched off</string> <string id="36015">HDMI port number</string> - <string id="36016">Connected</string> <!- max. 13 characters --> + <string id="36016">Connected</string> <!-- max. 13 characters --> <string id="36017">Adapter found, but libcec is not available</string> <string id="36018">Use the TV's language setting</string> </strings> |