fix: add a category for special chat types

This commit is contained in:
Anna
2022-02-05 19:07:21 -05:00
parent ea52a6b7d1
commit a7b9c50759
3 changed files with 17 additions and 0 deletions
+9
View File
@@ -501,6 +501,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Special.
/// </summary>
internal static string Options_Tabs_ChannelTypes_Special {
get {
return ResourceManager.GetString("Options_Tabs_ChannelTypes_Special", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Delete.
/// </summary>