chore: update desktop entries

This commit is contained in:
Vukašin Vojinović 2024-08-13 19:09:29 +02:00 committed by Michael Murphy
parent 481a67d341
commit f758451ab9
5 changed files with 19 additions and 3 deletions

View file

@ -92,7 +92,7 @@ impl page::Page<crate::pages::Message> for Page {
}
fn info(&self) -> page::Info {
page::Info::new("sound", "multimedia-volume-control-symbolic")
page::Info::new("sound", "preferences-sound-symbolic")
.title(fl!("sound"))
.description(fl!("sound", "desc"))
}