From f87376b88f46a53785e73517acec607bd06be754 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Tue, 14 Apr 2015 07:58:35 +0200 Subject: [PATCH] Replace "no free space available" by "not enough free space available" --- src/phrecn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phrecn.c b/src/phrecn.c index 3c132e47..68602d70 100644 --- a/src/phrecn.c +++ b/src/phrecn.c @@ -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;