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:
parent
be6cce4628
commit
9300ab1168
@ -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"),
|
||||
|
@ -12,8 +12,6 @@
|
||||
#ifndef __AUDACITY_RECORDING_PREFS__
|
||||
#define __AUDACITY_RECORDING_PREFS__
|
||||
|
||||
|
||||
|
||||
#include <wx/defs.h>
|
||||
|
||||
#include "PrefsPanel.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user