mirror of
https://github.com/vgough/encfs.git
synced 2025-01-16 10:58:17 +01:00
fix english in prompt
git-svn-id: http://encfs.googlecode.com/svn/trunk@107 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
parent
e0c5258e83
commit
d128220fe4
@ -180,7 +180,8 @@ bool userAllowMkdir(int promptno, const char *path, mode_t mode )
|
||||
// TODO: can we internationalize the y/n names? Seems strange to prompt in
|
||||
// their own language but then have to respond 'y' or 'n'.
|
||||
// xgroup(setup)
|
||||
cerr << autosprintf( _("The directory \"%s\" does not exist. Should it be created? (y,n) "), path );
|
||||
cerr << autosprintf( _("The directory \"%s\" does not exist. "
|
||||
"Should it be created? (y,n) "), path );
|
||||
char answer[10];
|
||||
char *res;
|
||||
|
||||
@ -868,7 +869,7 @@ bool selectChainedIV()
|
||||
return boolDefaultYes(
|
||||
_("Enable filename initialization vector chaining?\n"
|
||||
"This makes filename encoding dependent on the complete path, \n"
|
||||
"rather then encoding each path element individually."));
|
||||
"rather than encoding each path element individually."));
|
||||
}
|
||||
|
||||
static
|
||||
|
Loading…
Reference in New Issue
Block a user