From d128220fe4ef6984730745886b49de41f2ffb304 Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Tue, 18 Jun 2013 06:03:16 +0000 Subject: [PATCH] fix english in prompt git-svn-id: http://encfs.googlecode.com/svn/trunk@107 db9cf616-1c43-0410-9cb8-a902689de0d6 --- fs/FileUtils.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/FileUtils.cpp b/fs/FileUtils.cpp index 9b5bd8d..5336f15 100644 --- a/fs/FileUtils.cpp +++ b/fs/FileUtils.cpp @@ -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