More cleanup and fixes

This commit is contained in:
2023-04-12 11:35:19 -04:00
parent 64d0f770ca
commit a81cf5e69f
28 changed files with 472 additions and 473 deletions

View File

@@ -214,6 +214,15 @@ namespace FeedCenter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to _Name:.
/// </summary>
public static string categoryNameLabel {
get {
return ResourceManager.GetString("categoryNameLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Add Category.
/// </summary>

View File

@@ -535,4 +535,7 @@
<data name="SplashMigratingLegacyDatabase" xml:space="preserve">
<value>Migrating legacy database...</value>
</data>
<data name="categoryNameLabel" xml:space="preserve">
<value>_Name:</value>
</data>
</root>