diff --git a/src/main.rs b/src/main.rs index ee63b0d..bfc04a5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -119,7 +119,7 @@ fn build_ui(application: >k::Application) { window.resize(config.size.0, config.size.1); } - let button_manage_sounds = gtk::Button::with_label("manage sounds"); + let button_manage_sounds = gtk::Button::with_label("open sounds folder"); button_manage_sounds.connect_clicked(|_| { let mut file_manager = Command::new(file_manager());