bump version, add button labels
This commit is contained in:
parent
e8af34b79c
commit
02984e0d2b
5 changed files with 20 additions and 5 deletions
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
|
@ -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>
|
||||
|
|
Reference in a new issue