From 8092950cb6102650780be55fd6e04fbc7e15fac3 Mon Sep 17 00:00:00 2001 From: ochibani <11yzyv86j@relay.firefox.com> Date: Sat, 1 Oct 2022 02:05:36 +0200 Subject: [PATCH] spell check --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index bf91d62..c8ee411 100644 --- a/src/main.rs +++ b/src/main.rs @@ -92,7 +92,7 @@ pub fn build_ui(application: &Application) { // Windows main_window.set_title(Some(&gettext("Blue Recorder"))); main_window.set_application(Some(application)); - area_chooser_window.set_title(Some(&gettext("Area Chooser"))); //title is hiden + area_chooser_window.set_title(Some(&gettext("Area Chooser"))); //title is hidden //hide stop & play buttons stop_button.hide();