diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-11-11 20:44:57 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-11-11 20:49:19 +0100 |
commit | 34a9a95a2ce4d3eb4079e241747fd0d6d51dc1ea (patch) | |
tree | 5f045230e92159cda7617741a3c1322c66a5d732 /language/English | |
parent | 0e31e10dd135b862cf203d3eb19b58fe95909331 (diff) |
cec: change the 'XBMC connected' string into 'Connected'. CEC protocol specifies 13 chars max.
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 9772efb691..a4321bc409 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">XBMC connected</string> + <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> |