mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 00:00:06 +02:00
Captialization fixes.
Also renamed "Post Timer Recording Action" to "Action after Timer Recording" for greater clarity.
This commit is contained in:
parent
1409c9507d
commit
94249f1ea2
@ -554,9 +554,9 @@ int TimerRecordDialog::RunWaitDialog()
|
||||
strMsg.Printf(_("Recording start:\t\t\t%s\n") +
|
||||
_("Duration:\t\t\t%s\n") +
|
||||
_("Recording end:\t\t\t%s\n\n") +
|
||||
_("Automatic Save Enabled:\t\t%s\n") +
|
||||
_("Automatic Export Enabled:\t\t%s\n") +
|
||||
_("Post Timer Recording Action:\t%s"),
|
||||
_("Automatic Save enabled:\t\t%s\n") +
|
||||
_("Automatic Export enabled:\t\t%s\n") +
|
||||
_("Action after Timer Recording:\t%s"),
|
||||
GetDisplayDate(m_DateTime_Start).c_str(),
|
||||
m_TimeSpan_Duration.Format(),
|
||||
GetDisplayDate(m_DateTime_End).c_str(),
|
||||
@ -930,7 +930,7 @@ void TimerRecordDialog::PopulateOrExchange(ShuttleGui& S)
|
||||
#endif
|
||||
m_sTimerAfterCompleteOption = arrayOptions.Item(iPostTimerRecordAction);
|
||||
|
||||
m_pTimerAfterCompleteChoiceCtrl = S.AddChoice(_("After Recording Completes:"),
|
||||
m_pTimerAfterCompleteChoiceCtrl = S.AddChoice(_("After Recording completes:"),
|
||||
m_sTimerAfterCompleteOption,
|
||||
&m_sTimerAfterCompleteOptionsArray);
|
||||
}
|
||||
@ -1024,9 +1024,9 @@ int TimerRecordDialog::WaitForStart()
|
||||
strMsg.Printf(_("Waiting to start recording at:\t%s\n") +
|
||||
_("Recording duration:\t\t%s\n") +
|
||||
_("Scheduled to stop at:\t\t%s\n\n") +
|
||||
_("Automatic Save Enabled:\t\t%s\n") +
|
||||
_("Automatic Export Enabled:\t\t%s\n") +
|
||||
_("Post Timer Recording Action:\t%s"),
|
||||
_("Automatic Save enabled:\t\t%s\n") +
|
||||
_("Automatic Export enabled:\t\t%s\n") +
|
||||
_("Action after Timer Recording:\t%s"),
|
||||
GetDisplayDate(m_DateTime_Start).c_str(),
|
||||
m_TimeSpan_Duration.Format(),
|
||||
GetDisplayDate(m_DateTime_End).c_str(),
|
||||
@ -1061,10 +1061,10 @@ int TimerRecordDialog::PreActionDelay(int iActionIndex, TimerRecordCompletedActi
|
||||
|
||||
// Build a clearer message...
|
||||
wxString sMessage;
|
||||
sMessage.Printf(_("Timer Recording Completed.\n\n") +
|
||||
sMessage.Printf(_("Timer Recording completed.\n\n") +
|
||||
_("Recording Saved:\t\t\t%s\n") +
|
||||
_("Recording Exported:\t\t%s\n") +
|
||||
_("Post Timer Recording Action:\t%s"),
|
||||
_("Action after Timer Recording:\t%s"),
|
||||
((eCompletedActions & TR_ACTION_SAVED) ? _("Yes") : _("No")),
|
||||
((eCompletedActions & TR_ACTION_EXPORTED) ? _("Yes") : _("No")),
|
||||
sAction);
|
||||
|
Loading…
x
Reference in New Issue
Block a user