bump version, add button labels

This commit is contained in:
Jakob 2023-09-28 22:46:19 +02:00
parent e8af34b79c
commit 02984e0d2b
5 changed files with 20 additions and 5 deletions

View file

@ -249,6 +249,15 @@ namespace EnvyUpdate.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Download.
/// </summary>
public static string ui_download {
get {
return ResourceManager.GetString("ui_download", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enable logging to file.
/// </summary>