mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Start following IEEE 1541 agreed naming of bytes (#532)
* Start following IEEE 1541 agreed naming of bytes This standard exists to prevent any confusion about the actual number of bytes. It has been agreed on by experts and is being used more widespead these day. Let's start properly naming the number of bytes, which is absolutely important in disk encryption software. * Update LanguageStrings.cpp * Update UserInterface.cpp * kibibyte instead of kilobyte * kibibyte instead of kilobyte * MiB instead of MB * undo accidental deletions Odd indeed that two random lines were deleted in a previous commit. Probably happened when using a keyboard shortcut while editing the file. This fixes the issue. * Mb to Mib
This commit is contained in:
committed by
Mounir IDRASSI
parent
3ad7d8adb7
commit
bb123bb3e8
@@ -1265,7 +1265,7 @@ namespace VeraCrypt
|
||||
"--size=SIZE[K|M|G|T]\n"
|
||||
" Use specified size when creating a new volume. If no suffix is indicated,\n"
|
||||
" then SIZE is interpreted in bytes. Suffixes K, M, G or T can be used to\n"
|
||||
" indicate a value in KB, MB, GB or TB respectively.\n"
|
||||
" indicate a value in KiB, MiB, GiB or TiB respectively.\n"
|
||||
"\n"
|
||||
"-t, --text\n"
|
||||
" Use text user interface. Graphical user interface is used by default if\n"
|
||||
|
||||
Reference in New Issue
Block a user