mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 17:10:05 +02:00
Remove ellipsis, per Gale's comment on feedback@. AFaik, no other dialog titles end in ellipsis.
This commit is contained in:
parent
1ffd419b11
commit
e11b393d24
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user