diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2015-04-14 07:58:35 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2015-04-14 07:58:35 +0200 |
commit | f87376b88f46a53785e73517acec607bd06be754 (patch) | |
tree | e1b1e2f6338fa30c8a0002bfd6168ac2bab797b9 /src/phrecn.c | |
parent | d55173e3a77dd905833ed5f1037e3e60790321a0 (diff) |
Replace "no free space available" by "not enough free space available"
Diffstat (limited to 'src/phrecn.c')
-rw-r--r-- | src/phrecn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phrecn.c b/src/phrecn.c index 3c132e4..68602d7 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; |