mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Remove unnecesary Format, Printf, casts to wxString
This commit is contained in:
@@ -875,7 +875,7 @@ UIHandle::Result TimeShiftHandle::Release
|
||||
wxString msg;
|
||||
bool consolidate;
|
||||
if (mDidSlideVertically) {
|
||||
msg.Printf(_("Moved clips to another track"));
|
||||
msg = _("Moved clips to another track");
|
||||
consolidate = false;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user