Corrected pacifier text (Ticket 141)
This commit is contained in:
parent
2d30fd2aaf
commit
aecab9aa89
@ -4177,7 +4177,7 @@ int Xorriso_pacifier_callback(struct XorrisO *xorriso, char *what_done,
|
||||
}
|
||||
if(count<=0.0 && !(flag&2)) {
|
||||
sprintf(xorriso->info_text,
|
||||
"Thank you for being patient since %.f seconds", since);
|
||||
"Thank you for being patient for %.f seconds", since);
|
||||
} else if(todo<=0.0) {
|
||||
if(count<10000000)
|
||||
sprintf(count_text, "%.f", (double) count);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.09.13.204455"
|
||||
#define Xorriso_timestamP "2008.09.16.060427"
|
||||
|
@ -1268,7 +1268,7 @@ int Xorriso_pacifier_loop(struct XorrisO *xorriso, struct burn_drive *drive,
|
||||
current_time-start_time);
|
||||
else
|
||||
sprintf(xorriso->info_text,
|
||||
"Thank you for being patient since %.f seconds",
|
||||
"Thank you for being patient for %.f seconds",
|
||||
current_time-start_time);
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "UPDATE", 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user