From 9693e375c27e4ca7dd299dcf933acf9f65cc8ba5 Mon Sep 17 00:00:00 2001 From: "Anton S. Gerasimov" Date: Sat, 5 Jun 2021 18:20:51 +0300 Subject: [PATCH] Update UnusedStrings.h --- libraries/lib-strings/UnusedStrings.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libraries/lib-strings/UnusedStrings.h b/libraries/lib-strings/UnusedStrings.h index d674d1222..b83d90ba2 100644 --- a/libraries/lib-strings/UnusedStrings.h +++ b/libraries/lib-strings/UnusedStrings.h @@ -103,11 +103,11 @@ XO("Problem details"), XO("Comments"), XC("&Send", "crash reporter button"), XC("&Don’t send", "crash reporter button"), -// i18-hint C++ programming exception +// i18n-hint C++ programming exception XO("Exception code 0x%x"), -// i18-hint C++ programming exception +// i18n-hint C++ programming exception XO("Unknown exception"), -// i18-hint C++ programming assertion +// i18n-hint C++ programming assertion XO("Unknown assertion"), XO("Unknown error"), XO("Failed to send crash report"), @@ -135,3 +135,5 @@ XC("Unable to connect to Audacity update server.", "update dialog"), XC("Update data was corrupted.", "update dialog"), 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"),