Fix three little typos.
git-svn-id: svn://localhost/ardour2/branches/3.0@13799 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a52deb13e7
commit
78ff7399cb
@ -3355,8 +3355,8 @@ ARDOUR_UI::pending_state_dialog ()
|
||||
Image* image = new Image (Stock::DIALOG_QUESTION, ICON_SIZE_DIALOG);
|
||||
ArdourDialog dialog (_("Crash Recovery"), true);
|
||||
Label message (string_compose (_("\
|
||||
This session appears to have been in\n\
|
||||
middle of recording when ardour or\n\
|
||||
This session appears to have been in the\n\
|
||||
middle of recording when %1 or\n\
|
||||
the computer was shutdown.\n\
|
||||
\n\
|
||||
%1 can recover any captured audio for\n\
|
||||
|
@ -3551,7 +3551,7 @@ Editor::bounce_range_selection (bool replace, bool enable_processing)
|
||||
if (rtv && rtv->track() && replace && enable_processing && !rtv->track()->bounceable (rtv->track()->main_outs(), false)) {
|
||||
MessageDialog d (
|
||||
_("You can't perform this operation because the processing of the signal "
|
||||
"will cause one or more of the tracks will end up with a region with more channels than this track has inputs.\n\n"
|
||||
"will cause one or more of the tracks to end up with a region with more channels than this track has inputs.\n\n"
|
||||
"You can do this without processing, which is a different operation.")
|
||||
);
|
||||
d.set_title (_("Cannot bounce"));
|
||||
|
@ -1106,7 +1106,7 @@ RCOptionEditor::RCOptionEditor ()
|
||||
"SMPTE 12M-1999 specifies 29.97df as 30000/1001. The spec further mentions that "
|
||||
"drop-frame timecode has an accumulated error of -86ms over a 24-hour period.\n"
|
||||
"Drop-frame timecode would compensate exactly for a NTSC color frame rate of 30 * 0.9990 (ie 29.970000). "
|
||||
"That is not the actual rate, however some vendor use that rate - despite it being against the specs - "
|
||||
"That is not the actual rate. However, some vendors use that rate - despite it being against the specs - "
|
||||
"because the variant of using exactly 29.97 fps has zero timecode drift.\n"
|
||||
));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user