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:
@@ -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"),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user