From a3245b56a7cd0c01949b4f781ed58c4d18e977cf Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Wed, 6 Sep 2017 17:01:33 -0400 Subject: [PATCH] Translate "Audacity website:" in About dialog --- src/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 36ed92096..d4eb196f8 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -422,7 +422,7 @@ visit our [[http://forum.audacityteam.org/|forum]]."); wxT("

") + _("Special thanks:") + wxT("
") + GetCreditsByRole(roleThanks) + - wxT("


Audacity website: [[http://www.audacityteam.org/|http://www.audacityteam.org/]]") + + wxT("


") + _("Audacity website: ") + wxT("[[http://www.audacityteam.org/|http://www.audacityteam.org/]]") + // DA: Link for DA url too #ifdef EXPERIMENTAL_DA