1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Add a string for after 3.0.3, to disambiguate "Recording"...

... as suggested by Sampo Hippeläinen.

Original commit: 3ebebbb360795d51b74e7b155c22d54b9dcc627c

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
Paul Licameli 2021-06-10 11:52:34 -04:00 committed by Panagiotis Vasilopoulos
parent be6cce4628
commit 9300ab1168
No known key found for this signature in database
GPG Key ID: 9E541BDE43B99F44
2 changed files with 8 additions and 2 deletions

View File

@ -139,3 +139,11 @@ XC("Error downloading update.", "update dialog"),
XC("Can't open the Audacity download link.", "update dialog"),
// i18n-hint Substitution of version number for %s.
XC("Audacity %s is available!", "update dialog"),
// For after 3.0.3
// See three occurrences of this XC in comments elsewhere;
// to be uncommented, replacing an XO; and the i18n-hint comment to be moved
// to one of them (one is enough)
// i18n-hint: modifier as in "Recording preferences", not progressive verb
XC("Recording", "preference"),

View File

@ -12,8 +12,6 @@
#ifndef __AUDACITY_RECORDING_PREFS__
#define __AUDACITY_RECORDING_PREFS__
#include <wx/defs.h>
#include "PrefsPanel.h"