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:
paxcut
2026-03-19 06:02:46 -07:00
committed by paxcut
parent 8b938faf01
commit d454714428

View File

@@ -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",