diff options
author | git-vdr <herrlado@gmail.com> | 2011-10-04 01:56:35 +0200 |
---|---|---|
committer | git-vdr <herrlado@gmail.com> | 2011-10-04 01:56:35 +0200 |
commit | db8177ec1fa3683fdf9b1c459be57df21edd3fce (patch) | |
tree | 9fbafffad96f176b94d8a72a22fd9ef1e08dd9df /vdrmanager/res/values/errors.xml | |
parent | a1069beee7a98787d679f831e595b2673c6099a2 (diff) | |
download | vdr-manager-db8177ec1fa3683fdf9b1c459be57df21edd3fce.tar.gz vdr-manager-db8177ec1fa3683fdf9b1c459be57df21edd3fce.tar.bz2 |
new icons, layout changes, etc
Diffstat (limited to 'vdrmanager/res/values/errors.xml')
-rw-r--r-- | vdrmanager/res/values/errors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrmanager/res/values/errors.xml b/vdrmanager/res/values/errors.xml index e954a26..9e0aa78 100644 --- a/vdrmanager/res/values/errors.xml +++ b/vdrmanager/res/values/errors.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="vdr_error_text">The communication with VDR has caused some error.</string> + <string name="vdr_error_text">The communication with VDR has caused an error: %1$s</string> </resources> |