mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 19:21:59 +01:00
Fixed more internationalisation hints.
This commit is contained in:
@@ -329,10 +329,14 @@ void ScreenFrame::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
S.Id(IdMainWindowSmall).AddButton(_("Resize Small"));
|
||||
S.Id(IdMainWindowLarge).AddButton(_("Resize Large"));
|
||||
/* i18n-hint: Bkgnd is short for background and appears on a small button
|
||||
* It is OK to just translate this item as if it said 'Blue' */
|
||||
mBlue = new wxToggleButton(p,
|
||||
IdToggleBackgroundBlue,
|
||||
_("Blue Bkgnd"));
|
||||
S.AddWindow(mBlue);
|
||||
/* i18n-hint: Bkgnd is short for background and appears on a small button
|
||||
* It is OK to just translate this item as if it said 'White' */
|
||||
mWhite = new wxToggleButton(p,
|
||||
IdToggleBackgroundWhite,
|
||||
_("White Bkgnd"));
|
||||
|
||||
Reference in New Issue
Block a user