diff --git a/src/effects/DtmfGen.cpp b/src/effects/DtmfGen.cpp index b306f64c3..44d32ea44 100644 --- a/src/effects/DtmfGen.cpp +++ b/src/effects/DtmfGen.cpp @@ -426,7 +426,7 @@ void DtmfDialog::PopulateOrExchange( ShuttleGui & S ) wxTextValidator vldDtmf(wxFILTER_INCLUDE_CHAR_LIST); vldDtmf.SetIncludes(wxArrayString(42, dtmfSymbols)); - S.AddTitle(_("by Salvo Ventura (2006)")); + S.AddTitle(_("by Salvo Ventura")); S.StartMultiColumn(2, wxEXPAND); {