Add update button to about

This commit is contained in:
2021-12-20 13:14:00 -05:00
parent e609bebbbc
commit fbb797968d
6 changed files with 47 additions and 7 deletions

View File

@@ -133,6 +133,15 @@ namespace WorkIndicator.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to _Check for Update.
/// </summary>
public static string CheckUpdate {
get {
return ResourceManager.GetString("CheckUpdate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enabled.
/// </summary>

View File

@@ -241,4 +241,7 @@
<data name="Loading" xml:space="preserve">
<value>Loading...</value>
</data>
<data name="CheckUpdate" xml:space="preserve">
<value>_Check for Update</value>
</data>
</root>