From 9300ab11689f274429b5b6564eb3259ff17507e0 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Thu, 10 Jun 2021 11:52:34 -0400 Subject: [PATCH] Add a string for after 3.0.3, to disambiguate "Recording"... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... as suggested by Sampo Hippeläinen. Original commit: 3ebebbb360795d51b74e7b155c22d54b9dcc627c Signed-off-by: Panagiotis Vasilopoulos --- libraries/lib-strings/FutureStrings.h | 8 ++++++++ src/prefs/RecordingPrefs.h | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libraries/lib-strings/FutureStrings.h b/libraries/lib-strings/FutureStrings.h index f6d19a247..0e355330c 100644 --- a/libraries/lib-strings/FutureStrings.h +++ b/libraries/lib-strings/FutureStrings.h @@ -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"), diff --git a/src/prefs/RecordingPrefs.h b/src/prefs/RecordingPrefs.h index 5e8c4630a..64ee09e89 100644 --- a/src/prefs/RecordingPrefs.h +++ b/src/prefs/RecordingPrefs.h @@ -12,8 +12,6 @@ #ifndef __AUDACITY_RECORDING_PREFS__ #define __AUDACITY_RECORDING_PREFS__ - - #include #include "PrefsPanel.h"