fix: incorrect string for dirs.open

This commit is contained in:
2026-05-15 21:42:08 +03:00
parent 8155cceac8
commit 02f1116076
+1 -1
View File
@@ -715,7 +715,7 @@ impl SoundpadGui {
.button(format!(
"{} {}",
ICON_OPEN_IN_NEW.codepoint,
t!("gui.dirs.context.open")
t!("gui.context.dirs.open")
))
.clicked()
{