From 97cb245e032875f9eba6bb3b0634e2bdcc592b88 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 7 Jul 2021 02:17:58 +0200 Subject: [PATCH] Fix typo --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 89916c154d..0ebc8bf835 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2392,7 +2392,7 @@ RCOptionEditor::RCOptionEditor () sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_check_announcements), sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_check_announcements) ); - bo ->set_note (string_compose (_("An anomized request is performed to query announcements by contacting\n%1"), + bo ->set_note (string_compose (_("An anonymous request is performed to query announcements by contacting\n%1"), #ifdef __APPLE__ Config->get_osx_pingback_url () #elif defined PLATFORM_WINDOWS