impr: Make all task names properly translatable

This commit is contained in:
WerWolv
2024-07-27 16:29:06 +02:00
parent cf2e189049
commit 1a7bd49361
22 changed files with 47 additions and 27 deletions

View File

@@ -299,7 +299,7 @@ namespace hex::plugin::windows {
if (m_transmitting)
return;
TaskManager::createBackgroundTask("Transmitting data"_lang, [&, this](auto&) {
TaskManager::createBackgroundTask("hex.windows.view.tty_console.task.transmitting"_lang, [&, this](auto&) {
OVERLAPPED overlapped = { };
overlapped.hEvent = ::CreateEvent(nullptr, true, false, nullptr);