Fix another typo #8016

This commit is contained in:
Robin Gareus 2020-04-16 22:09:01 +02:00
parent 029527c4c9
commit 899d696a97
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 2 deletions

View File

@ -2799,7 +2799,7 @@ VideoTimeLineDrag::start_grab (GdkEvent* event, Gdk::Cursor*)
}
if (_stuck) {
show_verbose_cursor_text (_("One or more Audio Regions\nare both Locked and\nLocked to Video.\nThe video cannot me moved."));
show_verbose_cursor_text (_("One or more Audio Regions\nare both Locked and\nLocked to Video.\nThe video cannot be moved."));
return;
}
@ -2834,7 +2834,7 @@ VideoTimeLineDrag::motion (GdkEvent* event, bool first_move)
return;
}
if (_stuck) {
show_verbose_cursor_text (_("One or more Audio Regions\nare both Locked and\nLocked to Video.\nThe video cannot me moved."));
show_verbose_cursor_text (_("One or more Audio Regions\nare both Locked and\nLocked to Video.\nThe video cannot be moved."));
return;
}