13
0

Fix grammatical error (#4469).

git-svn-id: svn://localhost/ardour2/branches/3.0@10646 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-16 16:31:19 +00:00
parent a5015ec50c
commit a391ef5ba4

View File

@ -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);
}