Skip to content

Commit

Permalink
impr: Show hint if advanced data information section doesn't yield an…
Browse files Browse the repository at this point in the history
…y result
  • Loading branch information
WerWolv committed Mar 22, 2024
1 parent 7d7bd0d commit 8a01f3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions plugins/yara_rules/romfs/lang/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"language": "German",
"translations": {
"hex.yara.information_section.advanced_data_info": "Erweiterte Dateninformationen",
"hex.yara.information_section.advanced_data_info.no_information": "Kein erweiterten Informationen gefunden",
"hex.yara_rules.view.yara.error": "Yara Kompilerfehler: {0}",
"hex.yara_rules.view.yara.header.matches": "Treffer",
"hex.yara_rules.view.yara.header.rules": "Regeln",
Expand Down
1 change: 1 addition & 0 deletions plugins/yara_rules/romfs/lang/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"fallback": true,
"translations": {
"hex.yara.information_section.advanced_data_info": "Advanced Data Information",
"hex.yara.information_section.advanced_data_info.no_information": "No further information found",
"hex.yara_rules.view.yara.error": "Yara Compiler error: {0}",
"hex.yara_rules.view.yara.header.matches": "Matches",
"hex.yara_rules.view.yara.header.rules": "Rules",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#include <hex/api/content_registry.hpp>
#include <hex/helpers/magic.hpp>
#include <hex/providers/provider.hpp>

#include <imgui.h>
#include <hex/api/task_manager.hpp>
Expand Down

0 comments on commit 8a01f3c

Please sign in to comment.