mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
ShuttleGui::AddFixedText takes TranslatableString
This commit is contained in:
@@ -250,7 +250,7 @@ void LabelDialog::Populate()
|
||||
|
||||
void LabelDialog::PopulateOrExchange( ShuttleGui & S )
|
||||
{
|
||||
S.AddFixedText(_("Press F2 or double click to edit cell contents."));
|
||||
S.AddFixedText(XO("Press F2 or double click to edit cell contents."));
|
||||
S.StartHorizontalLay(wxEXPAND,1);
|
||||
{
|
||||
S.StartVerticalLay(wxEXPAND,1);
|
||||
|
||||
Reference in New Issue
Block a user