strip whitespace from translation text

This commit is contained in:
Valient Gough 2015-04-01 20:34:10 -07:00
parent c4c643948a
commit 72bb7ab375

View File

@ -866,8 +866,8 @@ static void selectBlockMAC(int *macBytes, int *macRandBytes, bool forceMac) {
"performance but it also means [almost] any modifications or errors\n" "performance but it also means [almost] any modifications or errors\n"
"within a block will be caught and will cause a read error.")); "within a block will be caught and will cause a read error."));
} else { } else {
cout << _("\n\nYou specified --require-macs. " cout << "\n\n" << _("You specified --require-macs. "
"Enabling block authentication code headers...\n\n"); "Enabling block authentication code headers...") << "\n\n";
addMAC = true; addMAC = true;
} }