fix english in prompt

git-svn-id: http://encfs.googlecode.com/svn/trunk@107 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
Valient Gough 2013-06-18 06:03:16 +00:00
parent e0c5258e83
commit d128220fe4

View File

@ -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