mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
ui: Add result count to string view (#353)
* Add result count to string view * Localization * formating and logic fix
This commit is contained in:
@@ -288,6 +288,7 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.view.strings.filter", "Filter" },
|
||||
{ "hex.view.strings.extract", "Extract" },
|
||||
{ "hex.view.strings.regex_error", "Invalid regex" },
|
||||
{ "hex.view.strings.results", "Found {0} occurrences" },
|
||||
{ "hex.view.strings.searching", "Searching..." },
|
||||
{ "hex.view.strings.offset", "Offset" },
|
||||
{ "hex.view.strings.size", "Size" },
|
||||
|
||||
Reference in New Issue
Block a user