mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
TranslatableString for explicit prompts and units in ShuttleGui
This commit is contained in:
@@ -124,7 +124,7 @@ void LabelTrackMenuTable::OnSetFont(wxCommandEvent &)
|
||||
S.SetStretchyCol(1);
|
||||
|
||||
/* i18n-hint: (noun) The name of the typeface*/
|
||||
S.AddPrompt(_("Face name"));
|
||||
S.AddPrompt(XO("Face name"));
|
||||
lb = safenew wxListBox(S.GetParent(), wxID_ANY,
|
||||
wxDefaultPosition,
|
||||
wxDefaultSize,
|
||||
@@ -138,7 +138,7 @@ void LabelTrackMenuTable::OnSetFont(wxCommandEvent &)
|
||||
.AddWindow(lb);
|
||||
|
||||
/* i18n-hint: (noun) The size of the typeface*/
|
||||
S.AddPrompt(_("Face size"));
|
||||
S.AddPrompt(XO("Face size"));
|
||||
sc = safenew wxSpinCtrl(S.GetParent(), wxID_ANY,
|
||||
wxString::Format(wxT("%ld"), fontsize),
|
||||
wxDefaultPosition,
|
||||
|
||||
Reference in New Issue
Block a user