Motion Tracking: Grammar fixes.

This commit is contained in:
Thomas Dinges
2014-02-12 15:32:06 +01:00
parent 412e06a2fa
commit 78e137efda
2 changed files with 6 additions and 6 deletions

View File

@@ -344,7 +344,7 @@ bool BKE_tracking_reconstruction_check(MovieTracking *tracking, MovieTrackingObj
/* automatic keyframe selection does not require any pre-process checks */
if (reconstruct_count_tracks_on_both_keyframes(tracking, object) < 8) {
BLI_strncpy(error_msg,
N_("At least 8 common tracks on both of keyframes are needed for reconstruction"),
N_("At least 8 common tracks on both keyframes are needed for reconstruction"),
error_size);
return false;