mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: Typo in IEEE754 tool
This commit is contained in:
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
Submodule lib/external/pattern_language updated: c0d339e03b...dd7f676fef
@@ -537,7 +537,7 @@
|
||||
"hex.builtin.tools.history": "History",
|
||||
"hex.builtin.tools.ieee754": "IEEE 754 Floating Point Encoder and Decoder",
|
||||
"hex.builtin.tools.ieee754.clear": "Clear",
|
||||
"hex.builtin.tools.ieee754.description": "IEEE754 is a standard for representing floating point numbers which is used by most modern CPUs.\n\nThis tool visualizes the internal representation of a floating point number and allows decoding amd encoding of numbers with a non-standard number of mantissa or exponent bits.",
|
||||
"hex.builtin.tools.ieee754.description": "IEEE754 is a standard for representing floating point numbers which is used by most modern CPUs.\n\nThis tool visualizes the internal representation of a floating point number and allows decoding and encoding of numbers with a non-standard number of mantissa or exponent bits.",
|
||||
"hex.builtin.tools.ieee754.double_precision": "Double Precision",
|
||||
"hex.builtin.tools.ieee754.exponent": "Exponent",
|
||||
"hex.builtin.tools.ieee754.exponent_size": "Exponent Size",
|
||||
|
||||
Reference in New Issue
Block a user