mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +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:
@@ -962,8 +962,8 @@ void MacrosWindow::OnAdd(wxCommandEvent & WXUNUSED(event))
|
||||
|
||||
if (name.Contains(wxFILE_SEP_PATH) ||
|
||||
name.Contains(wxFILE_SEP_PATH_UNIX)) {
|
||||
/*i18n-hint: The %c will be replaced with 'forbidden characters', like '/' and '\'.*/
|
||||
AudacityMessageBox(
|
||||
/*i18n-hint: The %c will be replaced with 'forbidden characters', like '/' and '\'.*/
|
||||
XO("Names may not contain '%c' and '%c'")
|
||||
.Format(wxFILE_SEP_PATH, wxFILE_SEP_PATH_UNIX),
|
||||
WindowTitle(),
|
||||
|
||||
Reference in New Issue
Block a user