mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 22:21:15 +01:00
TranslatableString for names, labels, tooltips of wxPanelWrapper...
... and Grabber too
This commit is contained in:
@@ -29,7 +29,7 @@ with names like mnod-script-pipe that add NEW features.
|
||||
|
||||
/* i18n-hint: Modules are optional extensions to Audacity that add NEW features.*/
|
||||
ModulePrefs::ModulePrefs(wxWindow * parent, wxWindowID winid)
|
||||
: PrefsPanel(parent, winid, _("Modules"))
|
||||
: PrefsPanel(parent, winid, XO("Modules"))
|
||||
{
|
||||
Populate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user