1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00

Use period at the end of a sentence that is text.

Or we could move the version number above the text so that it does not need a period.
This commit is contained in:
Gale Andrews 2016-04-19 00:52:16 +01:00
parent 51f061928f
commit cad576c85c

View File

@ -187,7 +187,7 @@ static wxString HelpTextBuiltIn( const wxString & Key )
return WrapText(
wxString(wxT("")) +
_("<center><h3>How to Get Help</h3></center>") +
_("Welcome to Audacity ") + AUDACITY_VERSION_STRING + wxT("<p>") +
_("Welcome to Audacity ") + AUDACITY_VERSION_STRING + wxT(".<p>") +
_("These are our support methods:") + wxT("</p>") + wxT("<ul><li>") +
_(" [[file:quick_help.html|Quick Help]] (should be installed locally, <a href=\"http://manual.audacityteam.org/o/quick_help.html\">Internet version if it isn't</a>)") + wxT("</li><li>") +
_(" [[file:index.html|Manual]] (should be installed locally, <a href=\"http://manual.audacityteam.org/o/\">Internet version if it isn't</a>)") + wxT("</li><li>") +