diff --git a/learn_sounds.nvgt b/learn_sounds.nvgt index ec366a2..9f13a59 100644 --- a/learn_sounds.nvgt +++ b/learn_sounds.nvgt @@ -319,7 +319,7 @@ void learn_sounds_collect_entries(string[] @labels, string[] @soundPaths) { continue; } - string label = learn_sounds_label_from_path(soundPath); + string label = i18n_text(learn_sounds_label_from_path(soundPath)); string description = learn_sounds_get_description(soundPath); if (description.length() > 0) { label += " - " + description;