mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix for langs unit tests. I noticed a while back that the string Constants was defined twice in the english language file, so I removed the first one to what ended up in this pr. Apparently some other commit removed the second one so when i rebased the code this ended up deleting both instances thus producing the unit test failure that I assumed was not something I needed to worry about.
This commit is contained in:
@@ -769,6 +769,7 @@
|
||||
"hex.builtin.view.bookmarks.tooltip.open_in_view": "Open in new View",
|
||||
"hex.builtin.view.bookmarks.tooltip.unlock": "Unlock",
|
||||
"hex.builtin.view.command_palette.name": "Command Palette",
|
||||
"hex.builtin.view.find.constants": "Constants",
|
||||
"hex.builtin.view.data_inspector.menu.copy": "Copy Value",
|
||||
"hex.builtin.view.data_inspector.menu.edit": "Edit Value",
|
||||
"hex.builtin.view.data_inspector.execution_error": "Custom row evaluation error",
|
||||
|
||||
Reference in New Issue
Block a user