mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-06-19 12:13:32 +00:00
fix: incorrect string for dirs.open
This commit is contained in:
+1
-1
@@ -715,7 +715,7 @@ impl SoundpadGui {
|
|||||||
.button(format!(
|
.button(format!(
|
||||||
"{} {}",
|
"{} {}",
|
||||||
ICON_OPEN_IN_NEW.codepoint,
|
ICON_OPEN_IN_NEW.codepoint,
|
||||||
t!("gui.dirs.context.open")
|
t!("gui.context.dirs.open")
|
||||||
))
|
))
|
||||||
.clicked()
|
.clicked()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user