1
0
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:
Paul Licameli
2019-12-22 19:55:59 -05:00
parent acd1158e1b
commit 13417b6d5b
19 changed files with 71 additions and 45 deletions

View File

@@ -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);