mirror of
https://github.com/vgough/encfs.git
synced 2025-01-09 15:38:15 +01:00
strip whitespace from translation text
This commit is contained in:
parent
c4c643948a
commit
72bb7ab375
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user