1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

TranslatableString for titles, and spin control and combo prompts

This commit is contained in:
Paul Licameli
2019-12-22 18:14:40 -05:00
parent 707a069712
commit acd1158e1b
19 changed files with 103 additions and 88 deletions

View File

@@ -122,8 +122,8 @@ void KeyConfigPrefs::Populate()
{
S.StartStatic( {}, true);
{
S.AddTitle(_("Keyboard preferences currently unavailable."));
S.AddTitle(_("Open a new project to modify keyboard shortcuts."));
S.AddTitle(XO("Keyboard preferences currently unavailable."));
S.AddTitle(XO("Open a new project to modify keyboard shortcuts."));
}
S.EndStatic();
}
@@ -173,7 +173,7 @@ void KeyConfigPrefs::PopulateOrExchange(ShuttleGui & S)
S.StartHorizontalLay(wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL, 0);
{
S.AddTitle(_("View by:"));
S.AddTitle(XO("View by:"));
S.StartRadioButtonGroup({
wxT("/Prefs/KeyConfig/ViewBy"),
{