mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +01:00
TranslatableString caption & message in MessageBoxException
This commit is contained in:
@@ -468,7 +468,7 @@ void OnPaste(const CommandContext &context)
|
||||
// Throw, so that any previous changes to the project in this loop
|
||||
// are discarded.
|
||||
throw SimpleMessageBoxException{
|
||||
_("Pasting one type of track into another is not allowed.")
|
||||
XO("Pasting one type of track into another is not allowed.")
|
||||
};
|
||||
|
||||
// We should need this check only each time we visit the leading
|
||||
@@ -496,7 +496,7 @@ void OnPaste(const CommandContext &context)
|
||||
// Throw, so that any previous changes to the project in this
|
||||
// loop are discarded.
|
||||
throw SimpleMessageBoxException{
|
||||
_("Copying stereo audio into a mono track is not allowed.")
|
||||
XO("Copying stereo audio into a mono track is not allowed.")
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user