1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-02 22:27:10 +01:00

i18n-hints

This commit is contained in:
Paul Licameli
2017-11-06 10:47:08 -05:00
parent a9f5c9c929
commit 66d5861360
11 changed files with 19 additions and 0 deletions

View File

@@ -57,6 +57,10 @@ BEGIN_EVENT_TABLE(ThemePrefs, PrefsPanel)
END_EVENT_TABLE()
ThemePrefs::ThemePrefs(wxWindow * parent)
/* i18n-hint: A theme is a consistent visual style across an application's
graphical user interface, including choices of colors, and similarity of images
such as those on button controls. Audacity can load and save alternative
themes. */
: PrefsPanel(parent, _("Theme"))
{
Populate();