mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 22:45:29 +01:00
Reviewed all i18n-hint comments...
... Moved many misplaced ones, which msgfmt would not have extracted into audacity.pot. Duplicated some of them, to appear with related but distinct msgids. Added a few new comments. Deleted one that was no longer needed in ProjectManager.cpp.
This commit is contained in:
@@ -29,8 +29,8 @@ 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)
|
||||
/* i18n-hint: Modules are optional extensions to Audacity that add NEW features.*/
|
||||
: PrefsPanel(parent, winid, XO("Modules"))
|
||||
{
|
||||
Populate();
|
||||
|
||||
Reference in New Issue
Block a user