mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-17 14:11:13 +01:00
Remove ellipsis, per Gale's comment on feedback@. AFaik, no other dialog titles end in ellipsis.
This commit is contained in:
@@ -180,7 +180,7 @@ END_EVENT_TABLE()
|
||||
IMPLEMENT_CLASS(AboutDialog, wxDialog)
|
||||
|
||||
AboutDialog::AboutDialog(wxWindow * parent)
|
||||
: wxDialog(parent, -1, _("About Audacity..."),
|
||||
: wxDialog(parent, -1, _("About Audacity"),
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user