From ad57d4e110f1d4c8bd610a320c35df109fe99462 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 9 Mar 2005 02:05:16 +0000 Subject: **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 --- src/xine-utils/xine_check.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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) { -- cgit v1.2.3