mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 19:52:19 +01:00
Fixed some smart quotes that can cause problems for .po file generation.
This commit is contained in:
@@ -686,7 +686,7 @@ void EditChainsDialog::OnAdd(wxCommandEvent &event)
|
||||
|
||||
if (name.Contains(wxFILE_SEP_PATH) ||
|
||||
name.Contains(wxFILE_SEP_PATH_UNIX)) {
|
||||
/*i18n-hint: The %c will be replaced with <EFBFBD>forbidden characters<EFBFBD>, like <EFBFBD>/<2F> and <EFBFBD>\<5C>.*/
|
||||
/*i18n-hint: The %c will be replaced with 'forbidden characters', like '/' and '\'.*/
|
||||
wxMessageBox(wxString::Format(_("Names may not contain '%c' and '%c'"),
|
||||
wxFILE_SEP_PATH, wxFILE_SEP_PATH_UNIX),
|
||||
GetTitle(),
|
||||
|
||||
Reference in New Issue
Block a user