mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
ui: Replace data inspector endian and format radio boxes with sliders
This commit is contained in:
@@ -50,9 +50,12 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.welcome.safety_backup.restore", "Ja, Wiederherstellen" },
|
||||
{ "hex.builtin.welcome.safety_backup.delete", "Nein, Entfernen" },
|
||||
|
||||
|
||||
{ "hex.builtin.common.endian", "Endian" },
|
||||
{ "hex.builtin.common.little_endian", "Little Endian" },
|
||||
{ "hex.builtin.common.big_endian", "Big Endian" },
|
||||
{ "hex.builtin.common.little", "Little" },
|
||||
{ "hex.builtin.common.big", "Big" },
|
||||
{ "hex.builtin.common.number_format", "Format" },
|
||||
{ "hex.builtin.common.decimal", "Dezimal" },
|
||||
{ "hex.builtin.common.hexadecimal", "Hexadezimal" },
|
||||
{ "hex.builtin.common.octal", "Oktal" },
|
||||
|
||||
Reference in New Issue
Block a user