fix: add _lang suffix to "Load into memory" localization string (#1267)
This commit is contained in:
parent
550392c8d6
commit
10ad239fb9
@ -228,7 +228,7 @@ namespace hex::plugin::builtin {
|
||||
return {
|
||||
{ "hex.builtin.provider.file.menu.open_folder"_lang, [this] { fs::openFolderWithSelectionExternal(this->m_path); } },
|
||||
{ "hex.builtin.provider.file.menu.open_file"_lang, [this] { fs::openFileExternal(this->m_path); } },
|
||||
{ "hex.builtin.provider.file.menu.into_memory", [this] { this->convertToMemoryFile(); } }
|
||||
{ "hex.builtin.provider.file.menu.into_memory"_lang, [this] { this->convertToMemoryFile(); } }
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user