summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-16 16:31:19 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-16 16:31:19 +0000
commita391ef5ba4c4e32f660836df5e47b3da699a4911 (patch)
treeaa0f5e7406ff7176d30f9dae4c483e9e4b54fd04 /gtk2_ardour/startup.cc
parenta5015ec50cf5afbf668ddf98bfcf333be6a08513 (diff)
Fix grammatical error (#4469).
git-svn-id: svn://localhost/ardour2/branches/3.0@10646 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/startup.cc')
-rw-r--r--gtk2_ardour/startup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/startup.cc b/gtk2_ardour/startup.cc
index a7bce0a847..243bd010ed 100644
--- a/gtk2_ardour/startup.cc
+++ b/gtk2_ardour/startup.cc
@@ -202,7 +202,7 @@ Full information on all the above can be found on the support page at\n\
append_page (*vbox);
set_page_type (*vbox, ASSISTANT_PAGE_CONTENT);
- set_page_title (*vbox, _("This is an BETA RELEASE"));
+ set_page_title (*vbox, _("This is a BETA RELEASE"));
set_page_complete (*vbox, true);
}