mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 07:31:19 +01:00
Meter tooltip text changes.
This commit is contained in:
@@ -53,12 +53,12 @@ MeterToolBar::MeterToolBar(int WhichMeters)
|
|||||||
mWhichMeters = WhichMeters;
|
mWhichMeters = WhichMeters;
|
||||||
if( mWhichMeters == kWithRecordMeter ){
|
if( mWhichMeters == kWithRecordMeter ){
|
||||||
mType = RecordMeterBarID;
|
mType = RecordMeterBarID;
|
||||||
mLabel = _("Record Meter");
|
mLabel = _("Recording Meter");
|
||||||
mSection = wxT("RecordMeter");
|
mSection = wxT("RecordMeter");
|
||||||
}
|
}
|
||||||
if( mWhichMeters == kWithPlayMeter ){
|
if( mWhichMeters == kWithPlayMeter ){
|
||||||
mType = PlayMeterBarID;
|
mType = PlayMeterBarID;
|
||||||
mLabel = _("Play Meter");
|
mLabel = _("Playback Meter");
|
||||||
mSection = wxT("PlayMeter");
|
mSection = wxT("PlayMeter");
|
||||||
}
|
}
|
||||||
mSizer = NULL;
|
mSizer = NULL;
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ ToolBar::~ToolBar()
|
|||||||
wxString ToolBar::GetTitle()
|
wxString ToolBar::GetTitle()
|
||||||
{
|
{
|
||||||
/* i18n-hint: %s will be replaced by the name of the kind of toolbar.*/
|
/* i18n-hint: %s will be replaced by the name of the kind of toolbar.*/
|
||||||
return wxString::Format( _("Audacity %s ToolBar"), GetLabel().c_str() );
|
return wxString::Format( _("Audacity %s Toolbar"), GetLabel().c_str() );
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user