From 72bb7ab3753047b217ccfd4efad66b921b6b5bc4 Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Wed, 1 Apr 2015 20:34:10 -0700 Subject: [PATCH] strip whitespace from translation text --- encfs/FileUtils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/encfs/FileUtils.cpp b/encfs/FileUtils.cpp index 60ca86f..d8e4b86 100644 --- a/encfs/FileUtils.cpp +++ b/encfs/FileUtils.cpp @@ -866,8 +866,8 @@ static void selectBlockMAC(int *macBytes, int *macRandBytes, bool forceMac) { "performance but it also means [almost] any modifications or errors\n" "within a block will be caught and will cause a read error.")); } else { - cout << _("\n\nYou specified --require-macs. " - "Enabling block authentication code headers...\n\n"); + cout << "\n\n" << _("You specified --require-macs. " + "Enabling block authentication code headers...") << "\n\n"; addMAC = true; }