mirror of
https://github.com/vgough/encfs.git
synced 2025-06-20 03:37:50 +02: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
|
// TODO: can we internationalize the y/n names? Seems strange to prompt in
|
||||||
// their own language but then have to respond 'y' or 'n'.
|
// their own language but then have to respond 'y' or 'n'.
|
||||||
// xgroup(setup)
|
// 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 answer[10];
|
||||||
char *res;
|
char *res;
|
||||||
|
|
||||||
@ -868,7 +869,7 @@ bool selectChainedIV()
|
|||||||
return boolDefaultYes(
|
return boolDefaultYes(
|
||||||
_("Enable filename initialization vector chaining?\n"
|
_("Enable filename initialization vector chaining?\n"
|
||||||
"This makes filename encoding dependent on the complete path, \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
|
static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user