Replace "no free space available" by "not enough free space available"

This commit is contained in:
Christophe Grenier 2015-04-14 07:58:35 +02:00
parent d55173e3a7
commit f87376b88f

View file

@ -371,7 +371,7 @@ int photorec(struct ph_param *params, const struct ph_options *options, alloc_da
if(res!=NULL)
*res='\0';
}
res=ask_location("Warning: no free space available. Please select a destination to save the recovered files.\nDo not choose to write the files to the same partition they were stored on.", "", dst);
res=ask_location("Warning: not enough free space available. Please select a destination to save the recovered files.\nDo not choose to write the files to the same partition they were stored on.", "", dst);
free(dst);
if(res==NULL)
params->status=STATUS_QUIT;