From c3d76155a9955de841a207fb68f5daf982fc1dd1 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 16 Mar 2015 17:07:26 -0500 Subject: [PATCH] fix typo --- gtk2_ardour/ardour_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 3b303b254c..258a59c2cc 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -908,7 +908,7 @@ ARDOUR_UI::starting () _("If you load an existing session with plugin settings\n" "they will not be used and will be lost."), _("To get full access to updates without this limitation\n" - "consider become a subscriber for a low cost every month"))); + "consider becoming a subscriber for a low cost every month."))); l.set_justify (JUSTIFY_CENTER); b.set_uri (X_("https://community.ardour.org/s/subscribe "));