summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2005-03-09 02:05:16 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2005-03-09 02:05:16 +0000
commitad57d4e110f1d4c8bd610a320c35df109fe99462 (patch)
tree2e6dfc8d93a892794fe5615645e1b1776bd6db91 /src
parentffc4577118d12e04c1126b7b5f0af39484b49820 (diff)
downloadxine-lib-ad57d4e110f1d4c8bd610a320c35df109fe99462.tar.gz
xine-lib-ad57d4e110f1d4c8bd610a320c35df109fe99462.tar.bz2
**BUGFIX**
Fix CD/DVD health check diagnostic messages by adding spaces. Was saying "toyour" and "thepreferences". CVS patchset: 7437 CVS date: 2005/03/09 02:05:16
Diffstat (limited to 'src')
-rw-r--r--src/xine-utils/xine_check.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xine-utils/xine_check.c b/src/xine-utils/xine_check.c
index 7c9190d86..84ccd3e90 100644
--- a/src/xine-utils/xine_check.c
+++ b/src/xine-utils/xine_check.c
@@ -206,8 +206,8 @@ xine_health_check_t* _x_health_check_cdrom (xine_health_check_t* hc) {
int fd;
hc->title = "Check for CDROM drive";
- hc->explanation = "Either create a symbolic link /dev/cdrom pointing to"
- "your cdrom device or set your cdrom device in the"
+ hc->explanation = "Either create a symbolic link /dev/cdrom pointing to "
+ "your cdrom device or set your cdrom device in the "
"preferences dialog.";
if (stat (hc->cdrom_dev,&cdrom_st) < 0) {
@@ -242,8 +242,8 @@ xine_health_check_t* _x_health_check_dvdrom(xine_health_check_t* hc) {
int fd;
hc->title = "Check for DVD drive";
- hc->explanation = "Either create a symbolic link /dev/dvd pointing to"
- "your cdrom device or set your cdrom device in the"
+ hc->explanation = "Either create a symbolic link /dev/dvd pointing to "
+ "your cdrom device or set your cdrom device in the "
"preferences dialog.";
if (stat (hc->dvd_dev,&dvdrom_st) < 0) {