--- vobcopy-1.2.0.old/dvd.c +++ vobcopy-1.2.0/dvd.c @@ -395,7 +395,7 @@ } if(dvd_count == 0) { /* no cd found? Then user should mount it */ - fprintf( stderr, _("[Error] There seems to be no cd/dvd mounted. Please do that..\n")); + fprintf( stderr, _("[Error] There seems to be no cd/dvd mounted.\n")); return -1; } } @@ -449,7 +449,7 @@ /* no cd found? Then user should mount it */ if (dvd_count == 0) { - fprintf( stderr, _("[Error] There seems to be no cd/dvd mounted. Please do that..\n")); + fprintf( stderr, _("[Error] There seems to be no cd/dvd mounted.\n")); return -1; } @@ -560,7 +560,7 @@ if(dvd_count == 0) { /* no cd found? Then user should mount it */ - fprintf( stderr, _("[Error] There seems to be no cd/dvd mounted. Please do that..\n")); + fprintf( stderr, _("[Error] There seems to be no cd/dvd mounted.\n")); return -1; } }